pkmital / CADL

ARCHIVED: Contains historical course materials/Homework materials for the FREE MOOC course on "Creative Applications of Deep Learning w/ Tensorflow" #CADL
https://www.kadenze.com/courses/creative-applications-of-deep-learning-with-tensorflow/info
Apache License 2.0
1.48k stars 732 forks source link

Typo in CADL/lecture-1.ipynb #30

Closed psoulos closed 7 years ago

psoulos commented 7 years ago

The text reads:

"By default, this will just return the first 1000 images because loading the entire dataset is a bit cumbersome"

The utils function only loads 100 images, not 1000.

pkmital commented 7 years ago

TY https://github.com/pkmital/CADL/pull/32 fixed it