caffe
caffe copied to clipboard
Caffe: a fast open framework for deep learning.
OS: UBUNTU18.04 Scanning dependencies of target openpose_lib [ 12%] Creating directories for 'openpose_lib' [ 25%] No download step for 'openpose_lib' [ 37%] No patch step for 'openpose_lib' [ 50%] No...
I keep getting the following error when trying to build after running configure and generate on CMake. Running the build command in the terminal yields this error: `make[5]: *** [src/caffe/CMakeFiles/cuda_compile.dir/util/cuda_compile_generated_math_functions.cu.o]...
/usr/bin/x86_64-linux-gnu-ld: warning: libcudart.so.9.1, needed by /usr/local/lib/libopencv_core.so,
/usr/bin/x86_64-linux-gnu-ld: warning: libcudart.so.9.1, needed by /usr/local/lib/libopencv_core.so, not found (try using -rpath or -rpath-link) /usr/local/lib/libopencv_core.so: undefined reference to `[email protected]' /usr/local/lib/libopencv_core.so: undefined reference to `[email protected]' /usr/local/lib/libopencv_core.so: undefined reference to `[email protected]' /usr/local/lib/libopencv_core.so: undefined...
### Issue summary The performance of OpenCL caffe branch had dramatically dropped from 73221fd37a5499f809796fac2ea95daba1a8ce02 to latest 3f2b97e93ed5ab612b6d00995294e37a422f0931 I can't say at what exactly point but the difference is significant: These...
## Important - read before submitting *Please read the [guidelines for contributing](https://github.com/BVLC/caffe/blob/master/CONTRIBUTING.md) before submitting this issue!* *Please do not post installation, build, usage, or modeling questions, or other requests for...
### Issue summary [----------] 12 tests from NesterovSolverTest/0, where TypeParam = caffe::CPUDevice [ RUN ] NesterovSolverTest/0.TestNesterovLeastSquaresUpdateWithWeightDecayMultiIter F0105 15:05:20.597390 38280 layer_factory.hpp:81] Check failed: registry.count(type) == 1 (0 vs. 1) Unknown layer...
Hi. I installed caffe as described on https://github.com/BVLC/caffe/wiki/Ubuntu-16.04-or-15.10-Installation-Guide. I set WITH_PYTHON_LAYER := 1. Caffe runs fine except when I am trying to load a python layer. It then complains: I0621...
CMake Error at cuda_compile_1_generated_absval_layer.cu.obj.Release.cmake:220 (message): Error generating build/src/caffe/CMakeFiles/cuda_compile_1.dir/layers/Release/cuda_compile_1_generated_absval_layer.cu.obj ERROR: Build failed @pluskid 这是什么原因导致的呢?
In file included from src/caffe/net.cpp:10:0: ./include/caffe/common.hpp:4:10: fatal error: boost/shared_ptr.hpp: No such file or directory #include ^~~~~~~~~~~~~~~~~~~~~~ compilation terminated. Makefile:585: recipe for target '.build_release/src/caffe/net.o' failed make: *** [.build_release/src/caffe/net.o] Error 1
I can't run you code because as_grey. Can you instead as_grey to as_gray? (sorry for my english is bad) https://github.com/BVLC/caffe/blob/9b891540183ddc834a02b2bd81b31afae71b2153/python/caffe/io.py#L302