vlfeat / matconvnet

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

Error using vl_compilenn>activate_nvcc (line 716) #1215

Open Shiyong2019 opened 5 years ago

Shiyong2019 commented 5 years ago

enviroment:matlab2018a, ubuntu 16.04,matconvnet-1.0-beta24

vl_compilenn('enableGpu', true, 'cudaRoot', '/mycuda_dir', 'enableCudnn', true) ;

Warning: NVCC not found in the command line path or the one found does not matches '/mycuda_dirl/bin/nvcc'.

In vl_compilenn>activate_nvcc (line 705) In vl_compilenn (line 289) Error using vl_compilenn>activate_nvcc (line 716) Unable to set the command line path to point to '//mycuda_dir/bin/nvcc' correctly.

Error in vl_compilenn (line 289) cuver = activate_nvcc(opts.nvccPath) ;

thanks!