caffe
caffe copied to clipboard
Caffe: a fast open framework for deep learning.
In some situations it is possible to have max_workspace to be not multiple of 16. This will lead to at least workspace[1] to be unaligned. Resulting later in "cudaSuccess (74...
Hello, I am new in Caffe. When I run make_imagenet_mean.sh there is a error information F0122 02:13:50.257007 6589 compute_image_mean.cpp:77] Check failed: size_in_datum == data_size (254700 vs. 116412) Incorrect data field...
ubuntu 18.04 cuda 10.0.130 cudnn 7.5.1 python 3.6.9 model backbone is mobilefacenet,and dw layer is implement by Convolution with group, and dw layer has convolution_param/engine: CAFFE . caffe version is...
Warning testing out ```caffe``` on Ubuntu 18.04 with Python 3.6 and the latest ```scikit-image```: ```python lib/python3.6/site-packages/skimage/io/_io.py:49: UserWarning: `as_grey` has been deprecated in favor of `as_gray` warn('`as_grey` has been deprecated in...
### Summary Due to https://github.com/scikit-image/scikit-image/pull/2652 changes, using `as_grey` when calling `skimage.io.imread` at https://github.com/BVLC/caffe/blob/04ab089db018a292ae48d51732dd6c66766b36b6/python/caffe/io.py#L302 causes the following error ``` TypeError: _open() got an unexpected keyword argument 'as_grey'* ``` ### Steps to...
## Important - ### Issue summary Gettingv error while building caffe running command make all Error : CXX .build_release/src/caffe/proto/caffe.pb.cc In file included from .build_release/src/caffe/proto/caffe.pb.cc:4:0: .build_release/src/caffe/proto/caffe.pb.h:10:40: fatal error: google/protobuf/port_def.inc: No such...
even if it is compiled with `USE_CUDNN` Fixes #3317
Hi, Installed Caffe Yesterday. Everything works fine if I run things on a machine with gpu. However, when I try to run things on a machine without gpu, I get...
Please use the [caffe-users list](https://groups.google.com/forum/#!forum/caffe-users) for usage, installation, or modeling questions, or other requests for help. _Do not post such requests to Issues._ Doing so interferes with the development of...
C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.CppCommon.targets(171,5): error MSB6006: “cmd.exe”已 退出, 代码为 1。 [D:\projects\caffe\build\src\caffe\caffe.vcxproj] 已完成生成项目“D:\projects\caffe\build\src\caffe\caffe.vcxproj”(默认目标)的操作 - 失败。 已完成生成项目“D:\projects\caffe\build\ALL_BUILD.vcxproj”(默认目标)的操作 - 失败。 生成失败。 “D:\projects\caffe\build\ALL_BUILD.vcxproj”(默认目标) (1) -> “D:\projects\caffe\build\src\caffe\caffe.vcxproj”(默认目标) (3) -> (CustomBuild 目标) -> C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.CppCommon.targets(171,5): error...