Closed Tariq-Abuhashim closed 7 years ago
Sorry, this is most likely due to a linking issue in rc4 or to matcaffe installation. Try rc5 and ask installation questions on the mailing list.
From https://github.com/BVLC/caffe/blob/master/CONTRIBUTING.md:
Please do not post usage, installation, or modeling questions, or other requests for help to Issues. Use the caffe-users list instead. This helps developers maintain a clear, uncluttered, and efficient view of the state of Caffe.
Hi, @Tariq-Abuhashim , I meet the same problem, have you solved it ? Thanks.
No I didn't. I used a different library.
Issue summary
I receive the following linking error when running the MATLAB demo.
Invalid MEX-file '/home/tariq/Documents/caffe/matlab/+caffe/private/caffe_.mexa64': libcaffe.so.1.0.0-rc4: cannot open shared object file: No such file or directory.
Error in caffe.set_modegpu (line 5) caffe('set_mode_gpu');
Error in classification_demo (line 66) caffe.set_mode_gpu();
Steps to reproduce
Caffe was compiled successfully, and tested in the terminal. Mex function caffe_.mexa64 was compiled. Matlab directories were found when compiled and generated using CMake.
Your system configuration
Operating system: Ubuntu 16.04 Compiler: gcc CUDA version (if applicable): 8 , but I set ONLY_CPU=ON CUDNN version (if applicable): DISABLED BLAS: Standard BLAS Python or MATLAB version (for pycaffe and matcaffe respectively): MATLAB R2016b