caffe Prebuilt binaries errors

38 views
Skip to first unread message

Ali MassahKiani

unread,
Feb 20, 2017, 4:27:24 AM2/20/17
to Caffe Users

i download caffe prebuilt binaries from : https://github.com/BVLC/caffe/tree/windows

create project property sheet for add caffe in my project :

AdditionalIncludeDirectories = D:\caffe_2\include;
AdditionalLibraryDirectories = D:\caffe_2\lib;
AdditionalDependencies = caffe.lib;proto.lib;

and write simple code to test caffe like this :

#include <caffe/caffe.hpp>

using namespace caffe;

void main() {
    Caffe::set_mode(Caffe::Brew::CPU);
}

but when i want build project a lot of error occur:

enter image description here

Operating system: windows 10

visual studio: 2015 update3

CUDA version (if applicable): 8.0

CUDNN version (if applicable): 8.0

Python version :2.7, 3.5, 3.6

Reply all
Reply to author
Forward
0 new messages