Open yassersouri opened 8 years ago
I read somewhere (I don't remember where; I believe it was another GitHub issue) that it's safe to remove the file containing the faulty include. In my case, doing that allows the tests to build, and then they all pass.
I have tried installing this version of caffe for MNC.
I can install this thing fine with
make all
andmake pycaffe
.But I wanted to test it if the installation was okay. So I ran
make test
to make the tests, but I ran into the following error:I wonder if the changes you have made to this version of caffe causes this.