phoenix104104 / LapSRN

Deep Laplacian Pyramid Networks for Fast and Accurate Super-Resolution (CVPR 2017)
http://vllab.ucmerced.edu/wlai24/LapSRN/
449 stars 120 forks source link

Error when installing MatConvNet as shown on the page. #17

Closed UrYuWang closed 5 years ago

UrYuWang commented 5 years ago

Error using vl_compilenn>search_cuda_devkit (line 658) Could not find a valid NVCC executable\n

Error in vl_compilenn (line 270) if isempty(opts.cudaRoot), opts.cudaRoot = search_cuda_devkit(opts) ; end

Error in install (line 17) vl_compilenn('enableGPu', true, 'enableCudnn', true);

phoenix104104 commented 5 years ago

It looks like you didn't install cuda properly.

UrYuWang commented 5 years ago

I installed CUDA 10 according to its website. I am using the latest version of Matlab and CUDA, somehow, no matter I "tell" MatLab directly where nvcc is, or let itself find, it doesn't work. And some websites suggests to install .net4 and windows sdk7, but that action didn't help.

Thanks for your response. Have a good day. Yu

Jason Lai notifications@github.com 于2019年5月10日周五 上午3:53写道:

It looks like you didn't install cuda properly.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/phoenix104104/LapSRN/issues/17#issuecomment-491195192, or mute the thread https://github.com/notifications/unsubscribe-auth/AGP4WDJEC77KASMKETMDY3DPUUSWLANCNFSM4HL64N3Q .

-- Have a good day. Yu

phoenix104104 commented 5 years ago

We never tested our code with CUDA 10 and the latest MATLAB (I supposed that you mean R2019). If you encounter installation issues with MatConvNet, I would suggest you try the pytorch implementation or more latest SR work (RCAN, ESRGAN).

UrYuWang commented 5 years ago

Thank you. I would try the suggested ones. Have a good day. Yu

Jason Lai notifications@github.com 于2019年5月10日周五 下午1:34写道:

Closed #17 https://github.com/phoenix104104/LapSRN/issues/17.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/phoenix104104/LapSRN/issues/17#event-2333765245, or mute the thread https://github.com/notifications/unsubscribe-auth/AGP4WDNGQSNK6VTNR3LVYQLPUWWZXANCNFSM4HL64N3Q .

-- Have a good day. Yu