Thursday, July 24, 2014

squeeze() takes no keyword arguments on caffe

If you get this error when you run any of the python modules in caffe. It is possible that you have an older version of numpy. You just need to upgrade to the latest version. You can do

sudo pip install -U numpy


Good luck

No comments: