Caffe: a fast open framework for deep learning.
C++ Python Cuda CMake Protocol Buffer Matlab Other
Latest commit eeebdab Apr 15, 2017 @cypof cypof committed on GitHub Merge pull request #5530 from willyd/nccl-py3
Explicit std::string to bp::object conversion
Permalink
Failed to load latest commit information.
.github Add Github issue template to curb misuse. Nov 3, 2016
cmake Merge pull request #3825 from jasjuang/master Apr 14, 2017
data Merge pull request #4455 from ShaggO/spaceSupportILSVRC12MNIST Jul 14, 2016
docker Docker update to cuDNN 6 Apr 14, 2017
docs link to new full-day crash course Apr 14, 2017
examples BVLC -> BAIR Apr 14, 2017
include/caffe Merge pull request #5529 from shelhamer/deprecate-window Apr 14, 2017
matlab Merge pull request #4737 from rokm/matcaffe-individual-destruct Feb 17, 2017
models BVLC -> BAIR Apr 14, 2017
python Merge pull request #5530 from willyd/nccl-py3 Apr 15, 2017
scripts Merge pull request #4576 from CDLuminate/add-bash-completion Apr 14, 2017
src fix lint errors that snuck in by #4566 Apr 14, 2017
tools Merge pull request #2612 from ih4cku/master Apr 14, 2017
.Doxyfile update doxygen config to stop warnings Sep 3, 2014
.gitignore ignore generated includes for docs Jan 19, 2017
.travis.yml Stop setting cache timeout in TravisCI Jul 15, 2016
CMakeLists.txt Caffe 1.0 Apr 14, 2017
CONTRIBUTING.md [docs] add CONTRIBUTING.md which will appear on GitHub new Issue/PR p… Jul 30, 2015
CONTRIBUTORS.md BVLC -> BAIR Apr 14, 2017
INSTALL.md installation questions -> caffe-users Oct 19, 2015
LICENSE copyright spans 2014-2017 Jan 19, 2017
Makefile Caffe 1.0 Apr 14, 2017
Makefile.config.example Add Pascal CUDA architectures to Makefile.config.example Feb 9, 2017
README.md BVLC -> BAIR Apr 14, 2017
caffe.cloc [fix] stop cloc complaint about cu type Sep 4, 2014

README.md

Caffe

Build Status License

Caffe is a deep learning framework made with expression, speed, and modularity in mind. It is developed by Berkeley AI Research (BAIR)/The Berkeley Vision and Learning Center (BVLC) and community contributors.

Check out the project site for all the details like

and step-by-step examples.

Join the chat at https://gitter.im/BVLC/caffe

Please join the caffe-users group or gitter chat to ask questions and talk about methods and models. Framework development discussions and thorough bug reports are collected on Issues.

Happy brewing!

License and Citation

Caffe is released under the BSD 2-Clause license. The BAIR/BVLC reference models are released for unrestricted use.

Please cite Caffe in your publications if it helps your research:

@article{jia2014caffe,
  Author = {Jia, Yangqing and Shelhamer, Evan and Donahue, Jeff and Karayev, Sergey and Long, Jonathan and Girshick, Ross and Guadarrama, Sergio and Darrell, Trevor},
  Journal = {arXiv preprint arXiv:1408.5093},
  Title = {Caffe: Convolutional Architecture for Fast Feature Embedding},
  Year = {2014}
}