Caffe on both Linux and Windows
Перейти к файлу
Yangqing Jia b8cc2974fc [examples] flickr fine-tuning notebook 2015-06-30 14:50:36 -07:00
cmake Merge pull request #2240 from nsubtil/cmake-build-dependencies 2015-05-29 18:23:42 -07:00
data [example] image classification web demo 2014-07-11 23:41:12 -07:00
docs Fix HTML display for docs 2015-06-16 09:12:32 -07:00
examples [examples] flickr fine-tuning notebook 2015-06-30 14:50:36 -07:00
include/caffe Split db.hpp into leveldb_db.hpp and lmdb_db.hpp 2015-06-05 12:45:37 -07:00
matlab Update ilsvrc_2012_mean.mat to W x H x C, update demo and add comments 2015-05-30 14:28:18 +08:00
models [examples] flickr fine-tuning notebook 2015-06-30 14:50:36 -07:00
python [pytest] minimal testing of net specification 2015-06-30 13:32:04 -07:00
scripts [travis] install lmdb through git mirror 2015-05-29 23:43:44 -07:00
src Merge pull request #2611 from dpaiton/test_net_bugfix 2015-06-23 14:48:24 -07:00
tools Merge pull request #2350 from drdan14/log-parser-python-improved 2015-05-30 00:26:27 -07:00
.Doxyfile update doxygen config to stop warnings 2014-09-03 13:00:12 -07:00
.gitignore ignore pycharm files 2015-02-22 18:58:12 +03:00
.travis.yml [travis] run pytest 2015-01-06 20:39:14 -08:00
CMakeLists.txt Build gflags and glog through CMake if not found in the system 2015-04-01 19:15:42 -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 Fix automatic header file dependency for MatCaffe 2015-05-29 13:21:26 +08: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}
}