-
Notifications
You must be signed in to change notification settings - Fork 43
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
When I run multifindbestfit.py, It reports an error: CUDA error: invalid configuration argument. How can I fix it ? #15
Comments
python -m btcdet.datasets.multifindbestfit can anybody help me? |
open bashrc file and add following commands: |
Hello, I meet the same problem. But, ''' it didn't solve it. No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda-11.1' |
I meet the same problem. If your gpus<4, this error may be caused by line 10 'os.environ["CUDA_VISIBLE_DEVICES"] = "3"', remove it. |
Thanks. It solved my problem! |
I solve this probelm using |
No description provided.
The text was updated successfully, but these errors were encountered: