Open daf11865 opened 8 years ago
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 caffe.OPERATION(PARAMETER)
rather than caffe('OPERATION',PARAMETER)
.
Anyone can fix this? THX!
BTW, when I did make test
thing on the version of e5cc609138 , 4 errors happened. But I can compile caffe/python/matlab successful without any error.
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