Open vpolflie opened 7 years ago
I have the same issue when i am running the make mattest.Is there fix for this? thanks in advance
I have the same problem even with "USE_CUDNN := 0" Hope someone can help, many thanks!
Did you do:
$export PYTHONPATH = /RCNN_root/caffe/python:$PYTHONPATH
$export PYTHONPATH = /RCNN_root/caffe/distribute/python:$PYTHONPATH
Futher can you import caffe from python?
$ python
>> import caffe
@ArturoDeza Hi I did this but I got this error
Traceback (most recent call last):
File "
Getting the following output when trying to execute the demo:
Any idea how I can solve this? I'm using CUDA 8.0 and cudnn 5.1 I think. Followed #237 to solve some issues compiling the caffe folder. However i'm getting merge conflicts and the provided link to solve this is no longer working. Help would be greatly appreciated.
Used the following config in my Makefile.config: