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

how can i fix it 无法打开cufft.lib

When I compile libcaffe it display errors like that "C1083 无法打开包括文件: “mkl.h”: No such file or directory (编译源文件 ..\..\src\caffe\layers\arccos_layer.cpp) libcaffe D:\caffe-windows-ms\caffe-windows-ms\include\caffe\syncedmem.hpp 7" I can't find MKL in thirdpart file, and...

我用的Python3编译出错: 错误 7103 error LNK2001: 无法解析的外部符号 "__declspec(dllimport) struct _object \* __cdecl boost::python::detail::init_module(struct PyModuleDef &,void (__cdecl*)(void))" (__imp_?init_module@detail@python@boost@@YAPEAU_object@@AEAUPyModuleDef@@P6AXXZ@Z) D:\caffe-windows-master\buildVS2013\python_caffe.obj pycaffe

Cannot open source file: '..\..\src\caffe\layers\confidence_penalty_loss_layer.cpp': No such file or directory libcaffe D:\syan\caffe-windows-ms\windows\libcaffe\c1xx 请问这个问题咋解决啊。捉急。

您好,我最近一直关注您的博客,按照您的步骤我一步一步的进行了caffe框架的搭建。当我编译完caffe之后,并没有报错,但是生成的.exe文件却有问题。 ![default](https://cloud.githubusercontent.com/assets/17800338/13727423/17108c4a-e92c-11e5-95a3-809dd3222801.PNG) 编译之后就是这样。是我没有选好系统,caffe.exe加载的是win32,而我的系统是windows7 64位的原因吗? 我非常期待您的回复,谢谢!

你好,请问您的mtcnn的(c++代码)vs文件夹下的前四个文件夹各实现什么功能?

error MSB3721 ""C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\bin\nvcc.exe" -gencode=(__CodeGeneration) --use-local-env --cl-version 2015 -ccbin "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\x86_amd64" -I"F:\No1\caffe-windows-ms\windows\libcaffe\\..\..\src\\" -I"F:\No1\caffe-windows-ms\windows\libcaffe\\..\..\3rdparty\\" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include"...

Hello, When I tun the train program, it response Unknown solver type: SGD. I think maybe caffe can't read the known type. What should I do to solve? Thanks, Chunsheng

Hello, I encounter this warning when using Caffe in another existing project, C++, visual studio 2015. Because of this warning, I got two errors of ``` C22: Warning treated as...

Fix Bug when build without c++11