Replies: 1 comment 4 replies
-
|
All Statements are cuda hardcoded. By surrounding all of these Statements with a check if cuda is available this could be solved |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I want to train model with cpu only
I am having errors like this:
when running:
CUDA_VISIBLE_DEVICES="" python tools/train.py -f ../yolox_custom.py -bI want to train model with only cpu, is there a way I can do so?
Beta Was this translation helpful? Give feedback.
All reactions