Caffe on both Linux and Windows
Перейти к файлу
Evan Shelhamer fe8fe5f3a1 tools make net with phase 2015-02-17 11:35:51 -08:00
cmake cmake 2.8.7. support 2015-02-16 20:48:41 -08:00
data [example] image classification web demo 2014-07-11 23:41:12 -07:00
docs [docs] explain one true branch and dev workflow 2015-02-17 01:09:02 -08:00
examples improve CMake build 2015-02-16 20:48:16 -08:00
include/caffe construct Net from file and phase 2015-02-17 11:35:51 -08:00
matlab cmake 2.8.7. support 2015-02-16 20:48:41 -08:00
models Upgrade existing nets using upgrade_net_proto_text tool 2015-02-05 15:17:24 -08:00
python switch to V2 proto definitions for pytest 2015-02-16 22:47:30 -08:00
scripts [travis] enable Python layer for testing 2015-02-16 22:47:30 -08:00
src construct Net from file and phase 2015-02-17 11:35:51 -08:00
tools tools make net with phase 2015-02-17 11:35:51 -08:00
.Doxyfile update doxygen config to stop warnings 2014-09-03 13:00:12 -07:00
.gitignore improve CMake build 2015-02-16 20:48:16 -08:00
.travis.yml [travis] run pytest 2015-01-06 20:39:14 -08:00
CMakeLists.txt cmake 2.8.7. support 2015-02-16 20:48:41 -08:00
CONTRIBUTORS.md clarify the license and copyright terms of the project 2014-08-06 18:35:29 -07:00
INSTALL.md replace bundled install instructions with link to site 2014-02-10 15:31:59 -08:00
LICENSE clarify the license and copyright terms of the project 2014-08-06 18:35:29 -07:00
Makefile [make] link libcaffe.so before dependencies 2015-02-17 01:19:51 -08:00
Makefile.config.example add WITH_PYTHON_LAYER build option to include Python layer 2015-02-16 22:47:30 -08:00
README.md [docs] README dispatch 2015-02-16 21:46:54 -08:00
caffe.cloc [fix] stop cloc complaint about cu type 2014-09-04 12:54:48 -07:00

README.md

Caffe

Caffe is a deep learning framework made with expression, speed, and modularity in mind. It is developed by 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.

Please join the caffe-users group 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 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}
}