-
Notifications
You must be signed in to change notification settings - Fork 149
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
matcaffe not cpmpatible with the current newest caffe? #22
Comments
I checked e5cc609138a0bc4ce5177a67cf84952756d11b38 in caffe, and have the same problem. At the same time, I compiled the newest version caffe outside this dir, and make a soft link to replace the e5cc609138 one, but can not fix. I noticed that the official tutorial uses the form of Anyone can fix this? THX! BTW, when I did |
Hi @jinyu121 I have the same problem. Have you been able to solve this? |
@manyaafonso ,Wow, half a year... I think I gave up eventually. This version of caffe is tooo old. I tried to change these functions to the newer version, failed. |
caffe版本问题导致这个错误,根据作者的readme可以找到需要的版本,或者谷歌caffe下载caffe-0.999 |
I've installed and built everything
but when I run demo() in Matlab, it said function caffe('init',...) is undefined
I checked caffe/matlab/+caffe. the usage seems to be caffe_('...',...).
so I wonder if the version of caffe @s-gupta using is different with the current newest caffe, and what version should I use and download? plz
The text was updated successfully, but these errors were encountered: