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

>C:/local/boost_1_65_0\boost/system/error_code.hpp(233): error C2694: 锟斤拷const char *boost::system::error_category::std_category::name(void) const锟斤拷: 锟斤拷写锟介函锟斤拷锟斤拷锟斤拷锟斤拷锟斤拷锟届常锟芥范锟饺伙拷锟斤拷锟斤拷锟皆憋拷锟斤拷锟斤拷锟絚onst char *std::error_category::name(void) noexcept const锟斤拷锟斤拷 2> C:/local/boost_1_65_0\boost/system/error_code.hpp(233): note: 锟轿硷拷锟斤拷boost::system::error_category::std_category::name锟斤拷锟斤拷锟斤拷锟斤拷 2> D:/Program Files (x86)/Microsoft Visual Studio 14.0/VC/bin/../../VC/INCLUDE\system_error(177): note: 锟轿硷拷锟斤拷std::error_category::name锟斤拷锟斤拷锟斤拷锟斤拷 2>C:/local/boost_1_65_0\boost/system/error_code.hpp(243): error C2694: 锟斤拷std::error_condition boost::system::error_category::std_category::default_error_condition(int)...

您好,首先感谢您的分享,让我受益匪浅。但是由于现在python已经不对2.7进行太多的更新,我想使用3.5,我用您这个编译的时候提示我没有python2.7.lib,请问改动哪里可以修改编译的python版本,是否需要重新编译某些库来支持python3.5。谢谢您~

“C:\Users\Microsoft\Desktop\caffe-linux2Windows\build\ALL_BUILD.vcxproj”(默认目标) (1) -> “C:\Users\Microsoft\Desktop\caffe-linux2Windows\build\python\pycaffe.vcxproj”(默认目标) (23) -> (ClCompile 目标) -> C:\Users\Microsoft\Desktop\caffe-linux2Windows\python\caffe\_caffe.cpp(100): error C2143: 语法错误: 缺少“)”(在“(”的前面) [C:\Us ers\Microsoft\Desktop\caffe-linux2Windows\build\python\pycaffe.vcxproj] C:\Users\Microsoft\Desktop\caffe-linux2Windows\python\caffe\_caffe.cpp(100): error C2206: “InitLogLevelPipe”: typedef 不能用于函数定义 [C:\Users\Microsoft\Desktop\caffe-linux2Windows\build\python\pycaffe.vcxproj] C:\Users\Microsoft\Desktop\caffe-linux2Windows\python\caffe\_caffe.cpp(100): error C2059: 语法错误:“)” [C:\Users\Microsof t\Desktop\caffe-linux2Windows\build\python\pycaffe.vcxproj] C:\Users\Microsoft\Desktop\caffe-linux2Windows\python\caffe\_caffe.cpp(100):...

最近做“LSTM”时间序列分类,需要用到“python”类型作为输入,发现layer支持的type共有100个,如下 (known types: AbsVal, Accuracy, Arccos, ArgMax, Axpy, BN, BNLL, BatchContrastiveLoss, BatchNorm, BatchReindex, Bias, CenterLoss, ChannelScale, Concat, ConfidencePenaltyLoss, ContrastiveLoss, Convolution, CorrelationLoss, Cosine, Crop, Data, Deconvolution, Dropout, DummyData, ELU, Eltwise, Embed,...

fatal error: caffe/proto/caffe.pb.h: No such file or directory

我用Anaconda3装的 python3.6,libcaffe成功编译,但在编译其他的时候,如pycaffe等出现 錯誤 LNK1104 無法開啟檔案 'python27.lib' caffe E:\caffe\newcaffe\caffe-windows-ms\windows\caffe\LINK 1 请问是一定需要python2.7么?

我配置文件写好路径后,出现如下错误,是cuda9.0不适合呢? C:\caffe\caffe-windows-ms\windows\thirdparty\Boost\boost/config/compiler/nvcc.hpp(22): fatal error C1017: 无效的整数常量表达式 1> base_data_layer.cu 1>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\BuildCustomizations\CUDA 9.0.targets(707,9): error MSB3721: 命令“"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v9.0\bin\nvcc.exe" -gencode=arch=compute_52,code=\"sm_52,compute_52\" -gencode=arch=compute_60,code=\"sm_60,compute_60\" --use-local-env --cl-version 2015 -ccbin "C:\Program Files (x86)\Microsoft Visual Studio...

将blvc版本caffe关于softmax-loss layer 文件替换到caffe-windwos 可以解决问题

![image](https://user-images.githubusercontent.com/31470730/43126548-8f719e32-8f5f-11e8-9bcb-7cb41e6c5f5c.png) 大神好,请问: if (normalize_ && bottom.size() == 1)为真时,权重归一化,第二红线处为什么不是第一红线处的 mutable_weight?