You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when I update the latest version of caffe and build it in distribute mode: make distribute pycaffe. there is a mistake:
python/caffe/pycaffe.cpp: boost::python::api::object CaffeBlobWrap::get_data()’:
python/caffe/pycaffe.cpp:72:74: Error: ‘PyArray_SetBaseObject’is not defined
python/caffe/pycaffe.cpp: boost::python::api::object CaffeBlobWrap::get_diff()’:
python/caffe/pycaffe.cpp:85:74: Error: ‘PyArray_SetBaseObject’is not defined
The text was updated successfully, but these errors were encountered:
when I update the latest version of caffe and build it in distribute mode: make distribute pycaffe. there is a mistake:
python/caffe/pycaffe.cpp: boost::python::api::object CaffeBlobWrap::get_data()’:
python/caffe/pycaffe.cpp:72:74: Error: ‘PyArray_SetBaseObject’is not defined
python/caffe/pycaffe.cpp: boost::python::api::object CaffeBlobWrap::get_diff()’:
python/caffe/pycaffe.cpp:85:74: Error: ‘PyArray_SetBaseObject’is not defined
The text was updated successfully, but these errors were encountered: