Caffe on both Linux and Windows
Перейти к файлу
Jeff Donahue 61bd7ea324 Merge pull request #732 from longjon/travis-pycaffe
Have Travis build pycaffe
2014-07-18 16:37:50 -07:00
data [example] image classification web demo 2014-07-11 23:41:12 -07:00
docs back-merging [docs] changes and web demo [example] addition; updating 2014-07-12 09:25:23 -07:00
examples [example] elaborate net surgery description 2014-07-15 16:06:59 +02:00
include/caffe lint 2014-07-18 09:50:05 +02:00
matlab/caffe replace all memcpy by caffe_copy 2014-07-03 17:14:12 -07:00
python Merge pull request #455 from shelhamer/pycaffe-save 2014-06-12 16:00:49 -07:00
scripts [docs] shelhamer's minor suggestions 2014-07-11 17:19:35 -07:00
src cosmetics: add syntax = proto2 2014-07-18 13:32:25 -07:00
tools Merge pull request #716 from Yangqing/dev 2014-07-17 12:46:18 -07:00
.gitignore back-merging [docs] changes and web demo [example] addition; updating 2014-07-12 09:25:23 -07:00
.travis.yml Travis builds pycaffe 2014-07-18 16:26:46 -07:00
CONTRIBUTORS.md Standardize copyright, add root-level CONTRIBUTORS credit 2014-03-27 11:20:35 -07:00
INSTALL.md replace bundled install instructions with link to site 2014-02-10 15:31:59 -08:00
LICENSE Update LICENSE 2014-02-12 22:18:28 -08:00
Makefile switch travis build to CPU-only flag, drop runtestnogpu target 2014-07-17 11:57:56 +02: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.