You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have installed CUDA6.5, and I run on MATLAB R2018a. But it says that
Error in nvmex (line 49)
eval(mexCommandLine);
Error in faster_rcnn_build (line 23)
nvmex('functions/nms/nms_gpu_mex.cu', 'bin');
After installing CUDA, I have checked the system paths like 'CUDA_PATH', they are correctly generated. So, I would like to know how to solve the problem?
I have installed CUDA6.5, and I run on MATLAB R2018a. But it says that
Error in nvmex (line 49)
eval(mexCommandLine);
Error in faster_rcnn_build (line 23)
nvmex('functions/nms/nms_gpu_mex.cu', 'bin');
After installing CUDA, I have checked the system paths like 'CUDA_PATH', they are correctly generated. So, I would like to know how to solve the problem?
Error in nvmex (line 49)
eval(mexCommandLine);
Error in faster_rcnn_build (line 23)
nvmex('functions/nms/nms_gpu_mex.cu', 'bin');
The text was updated successfully, but these errors were encountered: