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

为什么在利用CaffeBinding进行caffe调用时,会出现以下错误。 gpu_memory.hpp:186] Check failed: error == cudaSuccess (29 vs. 0) driver shutting down。 此错误是在大神另外一个开源项目中MTCNN_face_detection_alignment 中 调试运行TestCascadeCNN时,最后会出现这个错误。 谢谢。

严重性 代码 说明 项目 文件 行 禁止显示状态 错误 C2694 “bool boost::system::error_category::std_category::equivalent(const std::error_code &,int) const”: 重写虚函数的限制性异常规范比基类虚成员函数“bool std::error_category::equivalent(const std::error_code &,int) noexcept const”少 libcaffe E:\0-project\1-facerecognition\1-code\AMSoftmax-master\AMSoftmax-master\Caffe-AM-Softmax\caffe-windows-ms\windows\thirdparty\Boost\boost\system\error_code.hpp 247 这个是个什么问题呢?该如何解决呢?

Branch: ms MS VStudio: 2015 CUDA: 8.0 Architecture: sm_50, cumpute_50 (Unfortunately sm_61, cumpute_61 is not supported by CUDA 8.0 as desired by my GT1050Ti). Getting this error while compiling: /boost/system/error_code.hpp(240):...

I want to make caffe on ubunut 16.04.3 but I get some error that I can't find in like issue in google.my system config is as below: `opencv version 3`...

Hi; how to install caffe cpu only on windows ?

具体报错是: 1>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\BuildCustomizations\CUDA 8.0.targets(599,9): error MSB3721: The command ""C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\bin\nvcc.exe" -gencode=arch=compute_30,code=\"sm_30,compute_30\" --use-local-env --cl-version 2013 -ccbin "C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\x86_amd64" -I../../3rdparty/include -I../../src -I../../include -I"C:\Program Files\NVIDIA...

I have add thirdparty/bins to environmental variables and add dependencies libgflags.lib to project,but I still have this problem "无法打开输入文件 libgflags.lib"

Hello, I have built caffe in windows 10 cuda 9.0. I build both debug and release. I try to debug caffe.exe and it crashes when step into "gflags::SetVersionString(AS_STRING(CAFFE_VERSION));" or "gflags::SetUsageMessage"....

in your code channel_scale_layer.cpp, this->blobs_[0].reset( new Blob({ 1 }) ) I complie project with VS2013, error C2660 input error? why the input is "1" not a shape vector??