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

ModuleNotFoundError: No module named 'click' in the "Perform Initial Training" Section #147

Closed 5atu closed 2 years ago

5atu commented 2 years ago

image

Describe the bug ModuleNotFoundError: No module named 'click' in the "Perform Initial Training" Section, but also did a pip list and click is installed.

Expected behavior For the code to run without the "No module named 'click' error'

Which Notebook Contains this Issue https://github.com/jeffheaton/t81_558_deep_learning/blob/master/t81_558_class_07_2_train_gan.ipynb

jeffheaton commented 2 years ago

Probably, colab broke something with an update, I will investigate soon.

jeffheaton commented 2 years ago

I never did get the error you describe, however, I checked in a fix for another problem introduced by Google CoLab. Could you try it again and let me know what you get?

https://github.com/jeffheaton/t81_558_deep_learning/blob/master/t81_558_class_07_2_train_gan.ipynb

5atu commented 2 years ago

Hi Jeff, I just realized I left out an important detail so I apologize for that. I am not running in Collab itself, I downloaded the .ipynb file and am running it in a Jupyter Lab environment with a 3090 Cloud GPU. Maybe it has something to do with that? I just re ran the script and got the same error.

jeffheaton commented 2 years ago

I really can't help there, since I have no access to the environment and have no way to reproduce the issue. I can answer questions for Colab, but local environments are beyond what I have the time/capacity to support. I suggest reaching out on the StyleGAN issue tracker, they are likely in a better position to help than I am.