Closed tsing-cv closed 5 years ago
@tsing-cv
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
no CUDA-capable device is detected,
when i used python27, cuda 8 encountered
undefined symbol: __cudaPopCallConfiguration
Do you have some suggests
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
CUDA driver version is insufficient for CUDA runtime version
Other projects without these problems.
The devices is: gpu 1080ti, cuda9.2 nvidia-driver 384
@yangxue0827
try CUDA_VISIBLE_DEVICES=0 python train.py @tsing-cv
saved!!Thank you so much.
@yangxue0827