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
Recently read chapter 2 and tried the code provided. I am a bit confused about why the model is only fitting 1875 records per epoch while in the book it is 60,000 per epoch.
I also measure the length for this fashion_mnist from keras. And it is 60,000 for the training set while 10,000 for the test set.
Tried and tested the same code on Google Colab, Jupyter Notebook as well as Pycharm but the issue is still the same.
(Also, reshaped the input for the test and training set. And ran the code with old TensorFlow version 2.3.0 that was referenced in the book - Previously was using latest Tensor flow version 2.7.0)