How to tell if airsim is using cpu or gpu #3287
Unanswered
CoolCoder54323
asked this question in
Support Q&A
Replies: 1 comment
-
This is dependent on your code, you're using a script which is not one of the examples in the repo, so can't say anything about that. For TensorFlow or PyTorch, you can switch the device for the model, lots of documentation and examples are there for that. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When I run my model device is set to cuda, but then it says using cpu device does that mean it is not using the gpu?
Beta Was this translation helpful? Give feedback.
All reactions