Caffe on both Linux and Windows
Перейти к файлу
Evan Shelhamer 1193b25c17 Makefile: fix boost::thread linking, drop pthread, sort 2014-08-30 16:41:10 -07:00
CMakeScripts added gflags + bugfixes + rebase on bvlc/caffe 2014-08-17 01:07:17 -07:00
data [example] image classification web demo 2014-07-11 23:41:12 -07:00
docs [docs] new PR policy: send master fixes + docs to master 2014-08-30 16:06:17 -07:00
examples Fix norm_region param in cifar10 deployment net 2014-08-31 01:22:04 +08:00
include/caffe fix data_transformer param_name 2014-08-30 15:49:45 -07:00
matlab cmake build system 2014-08-17 01:07:11 -07:00
python cmake build configuration for travis-ci 2014-08-17 01:07:16 -07:00
scripts Add boost thread in the travis install script 2014-08-29 01:06:21 +08:00
src The return value of WaitForInternalThreadToExit has reversed 2014-08-29 01:06:25 +08:00
tools Merge pull request #857 from netheril96/gflags 2014-08-27 21:43:53 -07:00
.gitignore ignore caffe generated files and stop ignoring examples 2014-08-28 19:33:45 -07:00
.travis.yml Travis build matrix to do parallel builds for make and CMake; CUDA-less 2014-08-17 06:44:53 -07:00
CMakeLists.txt added gflags + bugfixes + rebase on bvlc/caffe 2014-08-17 01:07:17 -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 Makefile: fix boost::thread linking, drop pthread, sort 2014-08-30 16:41:10 -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.