Caffe on both Linux and Windows
Перейти к файлу
Fisher Yu 708c1a122c remove extra space before + 2015-12-28 22:46:49 -05:00
cmake Display and store cuDNN version numbers during cmake. 2015-11-13 13:58:49 +02:00
data [example] image classification web demo 2014-07-11 23:41:12 -07:00
docs Update interfaces.md 2015-12-09 13:29:01 +00:00
examples Replace blobs_lr with lr_mult in readme.md. 2015-12-20 19:12:09 +09:00
include/caffe add support for N-D dilated convolution 2015-12-28 15:07:39 -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 dismantle layer headers 2015-12-01 21:13:43 -08:00
scripts fix a bug that time duration may be 0 when downloading model binary 2015-11-11 18:49:03 +08:00
src remove extra space before + 2015-12-28 22:46:49 -05:00
tools remove extra space before + 2015-12-28 22:46:49 -05: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 dismantle layer headers 2015-12-01 21:13:43 -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}
}