Caffe on both Linux and Windows
Перейти к файлу
forresti 4a3887ab17 fixed matcaffe printout to specify num of args (now including train/test phase) 2015-02-24 20:05:48 -08:00
cmake Merge pull request #1923 from philkr/python3_master 2015-02-24 15:00:58 -08:00
data [example] image classification web demo 2014-07-11 23:41:12 -07:00
docs Making python3 work with cmake and the new python wrapper 2015-02-24 14:06:36 -08:00
examples Updated the path for get_ilsvrc_aux.sh to match what is found in the current project 2015-02-19 22:07:27 -08:00
include/caffe [docs] add check mode hint to CPU-only mode error 2015-02-19 18:31:19 -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 #1923 from philkr/python3_master 2015-02-24 15:00:58 -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 Merge pull request #1910 from philkr/encoded 2015-02-19 18:01:13 -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 Merge pull request #1923 from philkr/python3_master 2015-02-24 15:00:58 -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 check caffe tool runs in runtest 2015-02-20 20:29:53 -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}
}