jeffheaton / t81_558_deep_learning

T81-558: Keras - Applications of Deep Neural Networks @Washington University in St. Louis
https://sites.wustl.edu/jeffheaton/t81-558/
Other
5.71k stars 3.04k forks source link

Input variable not being used #132

Closed lewiuberg closed 2 years ago

lewiuberg commented 2 years ago

Describe the bug The input variable img_file is being used. It looks like it should substitute LOCAL_IMG_FILE to function correctly.

Expected behavior Enabeling the function to process different URLs directly, not only the previously processed variable.

Which Notebook Contains this Issue t81_558_deep_learning/t81_558_class_06_4_keras_images.ipynb

jeffheaton commented 2 years ago

Good catch, thanks! Checked in fix.