Caffe on both Linux and Windows
Перейти к файлу
Jeff Donahue b590f1d27e Merge pull request #3624 from drnikolaev/bvlc-print-gpu-names
Nicely prints gpu names
2016-02-02 22:05:07 -08:00
cmake Version 1.0.0-rc3 2016-01-22 16:55:27 -08:00
data Add a -c to wget so that it continues interrupted downloads 2015-11-06 20:01:57 -08:00
docs Make the two separate build systems clearer in the documentation 2016-01-26 15:33:57 -08:00
examples Merge pull request #2917 from ajkl/patch-2 2016-01-27 10:43:29 -08:00
include/caffe Merge pull request #3022 from jeffdonahue/expose-param-display-names 2016-01-27 10:37:48 -08:00
matlab show Caffe's version from MatCaffe 2016-01-23 01:39:08 -08:00
models Switched order of two layers for simpler diff with untuned file 2015-11-09 08:57:12 +01:00
python Merge pull request #2144 from tishibas/load_image-improved 2016-01-26 15:17:00 -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 Nicely prints GPU names 2016-02-02 16:37:14 -08:00
tools Nicely prints GPU names 2016-02-02 16:37:14 -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 Version 1.0.0-rc3 2016-01-22 16:55:27 -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 #3587 from junshi15/distribute_proto 2016-01-29 19:02:45 -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}
}