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
After succeeding in compileing CUDA & DuDnn support, with copying cudnn*.dll into /matlab/mex folder, I run a vl_testnn('gpu', true) test, encounted with this problem:
MATLAB: mex: ErrInvalidMEXFile
MEX file '/matlab/mex/vl_nn***.mexw64' invalid: the specified module can not be found.
I checked my /matlab/mex folder, and the *.mexw64 files are all in that folder. Recompiling or re-installing still didn't fix that problem.
The text was updated successfully, but these errors were encountered:
After succeeding in compileing CUDA & DuDnn support, with copying cudnn*.dll into /matlab/mex folder, I run a vl_testnn('gpu', true) test, encounted with this problem:
MATLAB: mex: ErrInvalidMEXFile
MEX file '/matlab/mex/vl_nn***.mexw64' invalid: the specified module can not be found.
I checked my /matlab/mex folder, and the *.mexw64 files are all in that folder. Recompiling or re-installing still didn't fix that problem.
The text was updated successfully, but these errors were encountered: