Running code on CPU (= no CUDA) #5
Unanswered
FolkeLotte
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This may be a dumb question :-) : Trying to run this code on my laptop, I got an error saying that Torch was not compiled for CUDA. Using the debugger I found that early in main.py args.device = "cuda:0". After I hardcoded this to "cpu", I could run the code. Now did I miss perhaps anything for the input arguments?
Beta Was this translation helpful? Give feedback.
All reactions