Installing caffe-mex error
12 次查看(过去 30 天)
显示 更早的评论
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 个评论
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Introduction to Installation and Licensing 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!