You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for the comment. Unfortunately, we didn't implement a switch to turn off CUDA. You can try to delete all .cuda() funtion calls for tensors and networks if you wish to run it on CPU.
By the way, running the network on CPU can be slow. Since we need real-time feedback when controling the robot, it may not be a very good idea to run our demo without a GPU.
Maybe a hardware requirement file is needed ,I cost many time to config the envirenment ,but I get the infomation that a NVIDIA Graphics Card is needed when I run the code. It is so sad. In the end, Thanks for your contributation.
Whether a CUDA switch exists to disable CUDA
The text was updated successfully, but these errors were encountered: