caffe-windows icon indicating copy to clipboard operation
caffe-windows copied to clipboard

Configure Caffe in one hour for Windows users.

Results 102 caffe-windows issues
Sort by recently updated
recently updated
newest added

使用cuda9.2编译成功之后,使用caffe.exe报错:找不到cudart64_90.dll。问:cudart64_90.dll是cuda9.0版本的,使用cuda9.2编译怎么不是链接到cudart64_92.dll?

hi ! i am trying to use this caffe to do some ssd work i get a problem when i am tryting to create lmdb data using create_data.bat which is...

1>------ 已启动生成: 项目: libcaffe, 配置: Release x64 ------ 1> ProtoCompile.cmd : Create proto temp directory "E:\caffe-windows-ms\windows\..\src\caffe\proto\temp" 1> ProtoCompile.cmd : Generating "E:\caffe-windows-ms\windows\..\src\caffe\proto\temp\caffe.pb.h" and "E:\caffe-windows-ms\windows\..\src\caffe\proto\temp\caffe.pb.cc" 1> ProtoCompile.cmd : Create proto include directory...

HI everyone I have successfully built caffe.exe with cuda11.1 without cudnn. But when I execute the caffe.exe. It come out with this type of error. "[libprotobuf ERROR D:\ThirdPartyLibrary\protobuf\src\google\protobuf\text_format.cc:296] Error parsing...

作者您好!打开Caffe.sln之后出现0项目文件大概是什么情况? ![image](https://user-images.githubusercontent.com/9303747/93290268-f0b95900-f812-11ea-956d-fed9a207e4f6.png)

目前电脑配置的显卡是2080ti,好像只能装cuda10以上的版本,目前我装的cuda10.2 但是按照步骤编译总是error,以前在vs2015+cuda9.0的环境下编译成功过。 想求助大佬,能否抽空指导一下,vs2015+cuda10.2 应该如何修改啊? 小弟先谢过了

Severity Code Description Project File Line Suppression State Error MSB3721 The command ""C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v10.0\bin\nvcc.exe" -gencode=arch=compute_64,code=\"sm_64,compute_64\" -gencode=arch=compute_75,code=\"sm_75,compute_75\" --use-local-env -ccbin "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\x86_amd64" -x cu -I"C:\VSProjects\caffe-widows\windows\libcaffe\\..\..\src\\"...

This is my construction of Classifier: Classifier::Classifier(const std::string& model_file, const std::string& trained_file) { #ifdef CPU_ONLY Caffe::set_mode(Caffe::CPU); #else Caffe::set_mode(Caffe::GPU); #endif /* Load the network. */ net_.reset(new Net(model_file, TEST)); net_->CopyTrainedLayersFrom(trained_file); CHECK_EQ(net_->num_inputs(), 1)...

hello I met an compile error when execute the "scripts\build_win.cmd" ` _caffe.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) void __cdecl boost::python::throw_error_alread _caffe.obj : error LNK2019: unresolved external symbol "__declspec(dllimport)...

Followed instrauction on https://github.com/xialuxi/AMSoftmax Hi, I compiled your repository as your described, I did as follow 1.) I downloaded the repository ) https://github.com/xialuxi/AMSoftmax project 2.) ın the caffe windows directory...