vlfeat / matconvnet

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

every time i reopen the matlab porject,need to recompile the matconvnet,why? #1253

Open robinluodh opened 3 years ago

robinluodh commented 3 years ago

On the same PC,i need to recompile it everytime i open matlab. After compiling, without shut up matlab it can works normally.Just need to recompile the first time. my compile command is: vl_compilenn('enableGpu', true, 'cudaRoot', 'D:\CUDA11.4','cudaMethod' ,'nvcc','verbose', '2') is there somrthing wrong?