-
Notifications
You must be signed in to change notification settings - Fork 89
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
train error, my cuda is 9.2 #8
Comments
compiled this codes as your discribled |
Delete the .so and .cpp files and recompile them. @tsing-cv |
I deleted the .so and .cpp files,but still can not solve this problem |
@yangxue0827 @yangJirui I used python36, cuda 9 encountered My cuda version is cuda9.2, have no problem runing other projects |
Try to set value of GPU_GROUP in cfgs to choose your gpu index. Default is 2, you may dont have three gpus. @tsing-cv |
I seted GPU_GROUP="0";but still raise this |
try CUDA_VISIBLE_DEVICES=0 python train.py @tsing-cv |
saved!!Thank you so much. |
@yangxue0827
The text was updated successfully, but these errors were encountered: