lmoroney / dlaicourse

Notebooks for learning deep learning
5.66k stars 5.36k forks source link

Wrong database in Course 1 - Part 6 - Lesson 2 #36

Open hzhou0 opened 5 years ago

hzhou0 commented 5 years ago

The last code segment in the notebook imports the wrong database from tf.keras. Namely, it imports the mnist data set whereas before we were using the mnist_fashion data set.