Skip to content
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

How do I run this program without a nvidia graphics card #11

Open
Jinger1218 opened this issue Sep 2, 2019 · 3 comments
Open

How do I run this program without a nvidia graphics card #11

Jinger1218 opened this issue Sep 2, 2019 · 3 comments

Comments

@Jinger1218
Copy link

Whether a CUDA switch exists to disable CUDA

@zuoym15
Copy link
Owner

zuoym15 commented Sep 3, 2019

Hi,

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.

Let me know if you have any other questions.

  • Yiming

@Jinger1218
Copy link
Author

ok thinks for you reply.

@Mrsonwden
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants