-
I installed caffe2 using anaconda cloud. in my code i have to use pycaffe but it keeps giving the error No module named pycaffe2. I looked up for downloading pycaffe2 separately but no solutions found…
-
Going through the demo walk through (and ubuntu caffe instructions. http://caffe.berkeleyvision.org/install_apt.html) and can't seem to figure this out:
![image](https://cloud.githubusercontent.com/…
-
When I run make pycaffe, it shows errors as follfows,
CXX/LD -o python/caffe/_caffe.so python/caffe/_caffe.cpp
python/caffe/_caffe.cpp:10:31: fatal error: numpy/arrayobject.h: No such file or director…
-
Hi,
I encounter the following issue after make pycaffe
```
CXX src/caffe/layers/mkl_pooling_layer.cpp
In file included from ./include/caffe/mkl_memory.hpp(48),
from ./include/c…
-
When I run "make all", I get the following error:
CXX src/caffe/layers/pose_data_layer.cpp
src/caffe/layers/pose_data_layer.cpp: In member function ‘virtual void caffe::PoseDataLayer::load_batch(c…
-
When I run "make all pycaffe", I get the following error:
src/caffe/layers/pose_data_layer.cpp: In member function ‘virtual void caffe::PoseDataLayer::DataLayerSetUp(const std::vector&, const std::…
-
Hi, I tried compiling caffe-enet using the instructions given in the tutorial. However when I try to do `make pycaffe` it gives the following error:
`make: *** No rule to make target pycaffe'. Sto…
-
when build caffe and pycaffe:
``` voole@voole-OptiPlex-3020:~/fast-rcnn/caffe-fast-rcnn$ make -j8 && make pycaffe
CXX .build_release/src/caffe/proto/caffe.pb.cc
CXX src/caffe/blob.cpp
CXX src/caff…
-
"import caffe" in python gave me these warning messages (I have no idea what they mean) :
C:\github\caffe\Build\x64\Release\pycaffe\caffe\pycaffe.py:13: RuntimeWarning: to-Python converter for class…
by321 updated
8 years ago
-
### Issue summary
import caffe results in:
`ImportError: No module named 'caffe._caffe'`
Solution I found was to run:
make pycaffe that results in error:
```CXX/LD -o python/caffe/_caffe.so pytho…