Caffe on both Linux and Windows
Перейти к файлу
Jeff Donahue 570e6b8ffc Merge pull request #863 from jeffdonahue/lint-check-caffe-fns
add lint check for functions with Caffe alternatives (memcpy, memset)
2014-08-12 12:54:29 -07:00
data [example] image classification web demo 2014-07-11 23:41:12 -07:00
docs [docs] sorting of examples. if doesn’t work for you, update jekyll. 2014-08-11 15:09:53 -07:00
examples [examples] fix links in feature extraction 2014-08-11 16:40:02 -07:00
include/caffe Fix caffe/alt_fn lint errors. 2014-08-12 12:43:41 -07:00
matlab/caffe Merge pull request #888 from ronghanghu/matcaffe-add-check 2014-08-09 02:29:05 -07:00
python default raw_scale in python scripts to ImageNet model value 2014-08-09 20:43:40 -07:00
scripts Add caffe/alt_fn rule to lint checks to check for functions (like memset 2014-08-12 12:43:41 -07:00
src Fix caffe/alt_fn lint errors. 2014-08-12 12:43:41 -07:00
tools Fix the gflags namespace issue 2014-08-09 20:29:53 +08:00
.gitignore back-merging [docs] changes and web demo [example] addition; updating 2014-07-12 09:25:23 -07:00
.travis.yml Only install the minimal CUDA subpackages necessary for building. 2014-07-27 20:30:13 -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 clarify the license and copyright terms of the project 2014-08-06 18:35:29 -07:00
Makefile lint targets should depend on the lint script itself 2014-08-12 12:43:41 -07:00
Makefile.config.example use /usr instead of /usr/local for default Python include/lib 2014-07-18 16:15:02 -07:00
README.md [docs] readme 2014-07-09 15:07:42 -07:00
caffe.cloc linecount improvement 2013-11-12 14:31:09 -08:00

README.md

Caffe

Caffe is a deep learning framework developed with cleanliness, readability, and speed in mind.
Consult the project website for all documentation.