lmoroney / dlaicourse

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

Possible unintended switch from fashion_mnist to mnist in same notebook #32

Open vishal733 opened 5 years ago

vishal733 commented 5 years ago

For below notebook, https://github.com/lmoroney/dlaicourse/blob/master/Course%201%20-%20Part%204%20-%20Lesson%202%20-%20Notebook.ipynb Exercise #1 is based on fashion_mnist. Exercise #2 is based on mnist. It's possible that this was unintended. (since the author is requesting for comparision after changing after updating the network somewhat) Please re-check It's possible the Exercise#2 was intended to retain dataset as fashion_mnist, and not use mnist instead.