We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
when i just run make.sh, i can only use gpu 0 which is default, how can i choose which gpu to use? please someone could help me
The text was updated successfully, but these errors were encountered:
CUDA_VISIBLE_DEVICES=0 python train.py for GPU 0
CUDA_VISIBLE_DEVICES=0 python train.py
CUDA_VISIBLE_DEVICES=1 python train.py for GPU 1
CUDA_VISIBLE_DEVICES=1 python train.py
CUDA_VISIBLE_DEVICES=2 python train.py for GPU 2
CUDA_VISIBLE_DEVICES=2 python train.py
CUDA_VISIBLE_DEVICES=n python train.py for GPU n
CUDA_VISIBLE_DEVICES=n python train.py
Sorry, something went wrong.
thank you very much
No branches or pull requests
when i just run make.sh, i can only use gpu 0 which is default, how can i choose which gpu to use? please someone could help me
The text was updated successfully, but these errors were encountered: