Caffe on both Linux and Windows
Перейти к файлу
Evan Shelhamer ca1ce4a907 Merge pull request #3570 from BlGene/crop-nd
ND Crop layer
2016-03-05 11:34:50 -08:00
cmake - doc and cmake update MKL related 2016-03-01 15:54:36 +01:00
data [data] get_mnist.sh rewrite; prevents prompt in tutorial notebooks 2016-02-24 00:34:26 -08:00
docker fix flags in #3518 for nvidia-docker 2016-02-27 12:10:17 -08:00
docs - doc and cmake update MKL related 2016-03-01 15:54:36 +01:00
examples minor mistakes removed 2016-03-02 10:37:56 +05:30
include/caffe Crop: fixes, tests and negative axis indexing. 2016-03-05 14:59:51 +00:00
matlab show Caffe's version from MatCaffe 2016-01-23 01:39:08 -08:00
models [examples] switch examples + models to Input layers 2016-02-25 17:29:42 -08:00
python Merge pull request #3575 from errord/fix-boost-shared_ptr-caffe-Blob-float-no-register 2016-03-03 16:42:00 -08:00
scripts Merge pull request #3770 from BlGene/lint_fix 2016-03-04 18:53:21 -08:00
src Crop: more tests and test tuning. 2016-03-05 14:59:51 +00:00
tools check all net upgrade conditions 2016-02-29 21:22:15 -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 #3451 from intelcaffe/cmake-clang-fix 2016-02-11 13:19:50 -08: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 #3696 from shelhamer/fix-osx-install-name 2016-02-20 22:42:05 -08:00
Makefile.config.example Add makefile config option for linking Python 3 libraries 2016-01-21 14:11:40 -05: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}
}