We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I run test.py, and got the following error
RuntimeError: cuda runtime error (46) : all CUDA-capable devices are busy or unavailable at /pytorch/torch/lib/THC/THCStream.cpp:40
could u tell me how to solve it? thx.
The text was updated successfully, but these errors were encountered:
@RyanCV It looks like a gpu problem, please put CUDA_VISIBLE_DEVICES=($Your_available_gpu_device_index) before python test.py and have a try.
Sorry, something went wrong.
No branches or pull requests
I run test.py, and got the following error
could u tell me how to solve it? thx.
The text was updated successfully, but these errors were encountered: