Replies: 2 comments 1 reply
-
you could download the cpu version pytorch through https://pytorch.org/ (for me I use anaconda to deploy the cpu version) and choose the corresponding commands to do so, just as the image below shows. |
Beta Was this translation helpful? Give feedback.
0 replies
-
there is some hardcoded cuda() in code |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a powerful server without GPU. Can I train a model on my data on the CPU?
I receive the message:
RuntimeError: Found no NVIDIA driver on your system. Please check that you have an NVIDIA GPU and installed a driver from http://www.nvidia.com/Download/index.aspx
Beta Was this translation helpful? Give feedback.
All reactions