-
-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ModuleNotFoundError: No module named 'click' in the "Perform Initial Training" Section #147
Comments
Probably, colab broke something with an update, I will investigate soon. |
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 |
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. |
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. |
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
The text was updated successfully, but these errors were encountered: