Caffe on both Linux and Windows
Перейти к файлу
Evan Shelhamer a66be31501 Merge pull request #2059 from philkr/python_layer_cmake
[cmake] add Python layer
2015-03-06 22:08:28 -08:00
cmake Merge pull request #2059 from philkr/python_layer_cmake 2015-03-06 22:08:28 -08:00
data [example] image classification web demo 2014-07-11 23:41:12 -07:00
docs [docs] include boost-python in OSX pycaffe install 2015-03-05 13:55:01 -08:00
examples fix #1506 2015-03-06 23:48:27 +09:00
include/caffe expose Solver::Restore() as public and Solver.restore() in pycaffe 2015-03-04 17:18:42 -08:00
matlab fixed matcaffe printout to specify num of args (now including train/test phase) 2015-02-24 20:05:48 -08:00
models Upgrade existing nets using upgrade_net_proto_text tool 2015-02-05 15:17:24 -08:00
python Merge pull request #2010 from danielhamngren/update_python_requirements 2015-03-06 16:26:30 -08:00
scripts cpp_lint.py fails silently with Python3 (which is the default on some systems). 2015-02-22 10:16:45 -08:00
src fix comment I forgot about from @shelhamer's review of #1970 2015-03-04 11:17:51 -08:00
tools Repeal revert of #1878 2015-02-19 17:54:49 -08:00
.Doxyfile update doxygen config to stop warnings 2014-09-03 13:00:12 -07:00
.gitignore ignore pycharm files 2015-02-22 18:58:12 +03:00
.travis.yml [travis] run pytest 2015-01-06 20:39:14 -08:00
CMakeLists.txt Making python layer work with cmake 2015-03-06 16:58:18 -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 Merge pull request #1960 from gustavla/makefile_fix 2015-02-24 23:00:27 -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] add gitter chat badge 2015-02-19 17:49:12 -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.

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 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}
}