Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error on Course 1 - Part 4 - Lesson 2 - Notebook.ipynb #113

Open
davidhsv opened this issue Jun 15, 2020 · 1 comment
Open

Error on Course 1 - Part 4 - Lesson 2 - Notebook.ipynb #113

davidhsv opened this issue Jun 15, 2020 · 1 comment

Comments

@davidhsv
Copy link

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!

@netskip
Copy link

netskip commented Dec 31, 2020

mnist is just a local variable. It's still the fashion_mnist dataset.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants