lmoroney / dlaicourse

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

keras.utils.get_file to get and unzip datasets #39

Open vochicong opened 5 years ago

vochicong commented 5 years ago

We can use keras.utils.get_file instead of wget and zipfile to get and unzip datasets in 1 method.