-
I am getting following issue while using digits 5.0. My caffe installation is at /home/ubuntu/caffe.
```
"/home/ubuntu/caffe" from CAFFE_ROOT does not point to a valid installation of Caffe.
Use …
gunju updated
7 years ago
-
I am using Ubuntu16.04+cuda8.0, make all -j8 and make pycaffe have no problem, but when I ran solve_fphb_crack.py, I encountered an error, "Check failed: error == cudaSuccess (10 vs 0) invalid device …
1yaya updated
3 years ago
-
I get this error with Python2.7, CuDNN v4, Cuda7.5 on Ubuntu 15.10:
```
jalal@klein:~/computer_vision/py-faster-rcnn$ ./tools/demo.py
Traceback (most recent call last):
File "./tools/demo.py", line…
-
How to edit Makefile.config so that I can use system's python3.4? My system is ubuntu14.04
-
Hi all, sorry, but I insist that issue #6022 still open
### Issue summary
Forward pass speed depends on previous image size
### Steps to reproduce
```python
h=16
w=16
im_data = np.empty([h, w, …
-
您好,当我编译pycaffe时报错,LNK1104 cannot open file 'python27.lib'。请问如何修改才使用python3.5???谢谢
-
```
make all # 이후
make pycaffe #할 경우 오류
```
```
CXX/LD -o python/caffe/_caffe.so python/caffe/_caffe.cpp
python/caffe/_caffe.cpp:1:52: fatal error: Python.h: No such file or directory
#include…
-
when I run the demo.py of faster rcnn, I get this problem,who knows how to solve it?Thank you very much!
zhongzunfadeMacBook-Air:tools zhongzunfa$ python demo.py
Traceback (most recent call last):
…
-
Hi,
I get only 9 fps in when I do forward pass in python.
is it that pycaffe is slower?
thanks
G.
-
Hi Caffe users,
I have built caffe using:
make all
make test
make runtest
make pycaffe
and everything runs smoothly, with 2 disabled tests.
However, error occurs when i try to import ca…