vlfeat / matconvnet

MatConvNet: CNNs for MATLAB
Other
1.4k stars 753 forks source link

Error in using vl_compilenn('enableGpu', true) #319

Closed MammadTavakoli closed 8 years ago

MammadTavakoli commented 8 years ago

When I use in vl_compilenn('enableGpu', true) this Error occur:

Error using mex LINK : fatal error LNK1181: cannot open input file 'C:\matconvnet\matlab\mex.build\bits\impl\im2row_gpu.obj'

I saw the C:\matconvnet\matlab\mex.build\bits\impl\ path but there was not "im2row_gpu.obj" file.

How I can this problem?

as3nsi0 commented 8 years ago

I think you have a incorrect compability system, that is to say, what version of cuda is in your system? A few days ago that error occur in my computer and I solve the problem installing Visual Studio 2013, Cuda Toolkit 6.5 (driver NVidia included) and Matlab R2014a.

MammadTavakoli commented 8 years ago

I Use Visual Studio 2013 , Matlab R2015b and Cuda Toolkit 7.0.28 .Wni10.

Gzzgz commented 8 years ago

OK,Maybe you should follow as: image