Closed spk921 closed 8 years ago
Yup
I don't think it's problem with openCV. I still get error even if I install openCV. How can I check openCV install correctly? I can import cv by import cv
as well in python. And I run some example with cv with python. I am using python2.7 by anaconda2. Those error is from when I do make -j8 to compile caffe. Am I only one? What is the problem?
I think src/caffe/layers/cudnn_conv_layer.cu(81): error: argument of type "cudnnAddMode_t" is incompatible with parameter of type "const void *"
This cause error. I was able to compile pure caffe with cudnn flag on but why this not ?
Sorry I found the error I located cudnn.h wrong place.
@spk921 Hi, I'm facing the same issue. Can you please explain the cause of error you mentioned. Thanks in advance.
I had following error. Is this because of I don't have openCV ?