Caffe on both Linux and Windows
Перейти к файлу
Lumin Zhou 1bdc18c5be Update extract_features.cpp 2015-09-04 04:38:43 +00:00
cmake Merge pull request #2990 from mattdawkins/add-openblas-path 2015-09-01 19:37:41 -07:00
data [example] image classification web demo 2014-07-11 23:41:12 -07:00
docs information about new implemented solvers 2015-08-14 13:32:23 +02:00
examples Merge pull request #3010 from darrengarvey/fixup-memory-leak-siamese 2015-09-01 17:55:03 -07:00
include/caffe ConcatLayer: allow trivial operation with single bottom Blob 2015-09-03 02:03:27 -07:00
matlab Cleanup: Fixup capitalisation of Caffe_POSTFIX. 2015-09-01 22:43:30 +01:00
models Use input_shape instead of input_dim in examples 2015-08-20 14:29:02 -07:00
python NetSpec: don't require lists to specify single-element repeated fields 2015-09-03 16:31:28 -07:00
scripts Fix download model binary script to get correct lines on parsing table 2015-08-06 14:37:20 -03:00
src net.cpp fix debug_info params -> learnable_params 2015-09-03 16:10:48 -07:00
tools Update extract_features.cpp 2015-09-04 04:38:43 +00: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 Travis scripts for python3 and pytest for cmake. Also fixes CUDA CMake build issue #2722. 2015-07-20 21:33:33 -07:00
CMakeLists.txt Travis scripts for python3 and pytest for cmake. Also fixes CUDA CMake build issue #2722. 2015-07-20 21:33:33 -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 replace bundled install instructions with link to site 2014-02-10 15:31:59 -08:00
LICENSE copyright 2015 2015-06-23 09:59:22 -07:00
Makefile New make target to only build the library. 2015-08-14 16:22:34 -07:00
Makefile.config.example Add commented out helpers for homebrew users 2015-04-02 22:50:55 +02: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}
}