Installing caffe-mex error
12 views (last 30 days)
Show older comments
I am attempting to run a older neural network, found here https://people.orie.cornell.edu/andrew/pattern/ under the Deep Kernal Learning section at the bottom. This file (I believe) includes caffe, and says to run the commands 'make' and 'make matcaffe' to install. On make I get the error
Compiling solve_chol.c ...
mex -O solve_chol.c -output solve_chol "../extern/lib/win64/lcc/libmwlapack.lib"
Building with 'Microsoft Windows SDK 7.1 (C)'.
Error using mex
LINK : fatal error LNK1181: cannot open input file 'libmx.lib'
This forum https://stackoverflow.com/questions/23856321/link-fatal-error-lnk1181-cannot-open-input-file-cv-lib says the error code LNK1181 means it cant find the file, however it is in the matlab path.
Otherwise I'm not sure about caffe's dependencies. I've spent a lot of time reading up on them, downloaded and tried difrent forms of BLAS but i'm not sure if I did them right, though i'm assuming make would return a diffrent error first if I didnt have them.
On the command 'make matcaffe' I get
Attempt to execute SCRIPT make as a function:
which may be a seperate issue or not, as 'make' should be run first.
0 Comments
Answers (0)
See Also
Categories
Find more on Introduction to Installation and Licensing in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!