-
Notifications
You must be signed in to change notification settings - Fork 21
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
Execution error #4
Comments
Hi, thanks for checking out our code! |
Thanks for your reply These are the error which I got Is this a cuda library related error? Now, I'm using GeForce RTX 2080, CUDA 10.2 Version
|
Which version of pytorch-lightning are you using? This code still uses Line 443 in 5d2fe33
|
Thanks, I solve the problem by changing pytorch-lighting version but there was another error while running
|
I also encountered this problem, which version of pytorch-lightning are you using? Looking forward to your reply |
Thank you for your surprising work.
During the SBERT-to-BigGAN, SBERT-to-BigBiGAN and SBERT-to-AE (COCO) execution, I received the following error:
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "translation.py", line 531, in
melk()
NameError: name 'melk' is not defined
I'd appreciate it if you could check.
The text was updated successfully, but these errors were encountered: