caffe icon indicating copy to clipboard operation
caffe copied to clipboard

Caffe: a fast open framework for deep learning.

Results 136 caffe issues
Sort by recently updated
recently updated
newest added

When I run make runtest, I met the problem below: [ RUN ] AdaGradSolverTest/2.TestAdaGradLeastSquaresUpdateWithWeightDecay I0521 09:34:12.293684 18124 solver.cpp:391] Solving TestNetwork I0521 09:34:12.293690 18124 solver.cpp:392] Learning Rate Policy: fixed I0521 09:34:12.293702...

I have a problem with installing caffe in ubuntu 10 cuda10 this is my Makefile.config: ## Refer to http://caffe.berkeleyvision.org/installation.html # Contributions simplifying and improving our build system are welcome! #...

Consider deprecated cv_constants (need to include legacy header since opencv 4.0)

## 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...

cudnn version info is now all stored in cudnn_version.h

I want to create lmdb using `convert_annoset`. I wrote the script for this. But when i run it, the output in console: A total of 0 images. But When I...

I use Python 3.6 and CUDA 11 in Ubuntu 16. I followed all the steps for building in http://tutorial.caffe.berkeleyvision.org/installation.html: make all make install make runtest and also uncommented the following...

The current method probes ``` boost_python_py351 boost_python_py35 boost_python_py3 boost_python ``` On Arch Linux however the name of the library is ``` boost_python3 ``` So I added that to the cmakefile.

Hey, alianza@alianza-Latitude-XT3:~/caffe$ make pycaffe NVCC src/caffe/solvers/adam_solver.cu In file included from /usr/include/crt/math_functions.h:8835:0, from /usr/include/crt/common_functions.h:271, from /usr/include/common_functions.h:50, from /usr/include/cuda_runtime.h:115, from :0: /usr/include/c++/6/cmath:45:23: fatal error: math.h: No such file or directory #include_next ^...

Hi, I am using Ubuntu 18.04.2 LTS I installed pre-compiled Caffe from https://caffe.berkeleyvision.org/install_apt.html as ``` $sudo apt install caffe-cuda ``` The installation is successful and I tested with ``` $...