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
Therefore, importing the mnist dataset, not the fashion mnist, so all the conclusions is incorrect, we are comparing accuracy from fashion_minist 128 neurons to mnist 1024 neurons.
Thanks!
The text was updated successfully, but these errors were encountered:
On exercise 2, the code is:
import tensorflow as tf
print(tf.version)
mnist = tf.keras.datasets.fashion_mnist
Therefore, importing the mnist dataset, not the fashion mnist, so all the conclusions is incorrect, we are comparing accuracy from fashion_minist 128 neurons to mnist 1024 neurons.
Thanks!
The text was updated successfully, but these errors were encountered: