You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In tutorial/3-Feature Extraction.ipynb after normalization in cell 1, the BATCH_size is defined as train_fea_norm1.shape[0] but in the comments it says to use the test_data as batch size. I checked in the other tutorials as well, there the BATCH_size has been defined correctly as test_fea_norm1.shape[0]. Kindly make the necessary changes.
The text was updated successfully, but these errors were encountered:
In tutorial/3-Feature Extraction.ipynb after normalization in cell 1, the BATCH_size is defined as train_fea_norm1.shape[0] but in the comments it says to use the test_data as batch size. I checked in the other tutorials as well, there the BATCH_size has been defined correctly as test_fea_norm1.shape[0]. Kindly make the necessary changes.
The text was updated successfully, but these errors were encountered: