Caffe on both Linux and Windows
Перейти к файлу
Ronghang Hu 665649a50d Merge pull request #3352 from lukeyeager/bvlc/pytest-python-layer
Skip python layer tests if WITH_PYTHON_LAYER unset
2015-11-26 10:45:19 -08:00
cmake Replace unistd functions with cross platform counterparts 2015-11-10 10:03:41 +08:00
data [example] image classification web demo 2014-07-11 23:41:12 -07:00
docs Add parentheses to backward_{cpu,gpu} method. 2015-11-12 16:03:41 -05:00
examples Remove bogus stepearly in MNIST example 2015-11-25 21:02:02 -08:00
include/caffe Merge pull request #3296 from cdoersch/normalize_batch 2015-11-22 19:33:36 -08:00
matlab Merge pull request #3116 from ronghanghu/solver-refactor 2015-10-17 00:26:40 -07:00
models Switched order of two layers for simpler diff with untuned file 2015-11-09 08:57:12 +01:00
python Skip python layer tests if WITH_PYTHON_LAYER unset 2015-11-18 10:38:32 -08:00
scripts [style] fix whitespace in travis_install.sh 2015-11-04 23:56:16 -08:00
src Merge pull request #3296 from cdoersch/normalize_batch 2015-11-22 19:33:36 -08:00
tools Update plot_training_log.py.example 2015-10-30 00:46:08 +08:00
.Doxyfile update doxygen config to stop warnings 2014-09-03 13:00:12 -07:00
.gitignore Update example bash scripts to expect .h5, new extensions in .gitignore 2015-08-07 14:56:38 -07:00
.travis.yml Separate IO dependencies 2015-09-17 15:08:29 +08:00
CMakeLists.txt Merge pull request #3221 from BonsaiAI/cmake-forward-compatibility 2015-10-24 17:05:12 -07:00
CONTRIBUTING.md [docs] add CONTRIBUTING.md which will appear on GitHub new Issue/PR pages 2015-07-29 20:16:31 -07:00
CONTRIBUTORS.md clarify the license and copyright terms of the project 2014-08-06 18:35:29 -07:00
INSTALL.md installation questions -> caffe-users 2015-10-19 11:36:38 -07:00
LICENSE copyright 2015 2015-06-23 09:59:22 -07:00
Makefile Merge pull request #3127 from lukeyeager/install-lib-permissions 2015-11-10 22:53:57 -08:00
Makefile.config.example Merge pull request #3186 from lionleaf/makefile_opencv_imgcodecs 2015-10-22 15:17:26 -07:00
README.md add badge for travis build and license 2015-10-01 18:20:23 +02:00
caffe.cloc [fix] stop cloc complaint about cu type 2014-09-04 12:54:48 -07:00

README.md

Caffe

Build Status License

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