Caffe on both Linux and Windows
Перейти к файлу
Jonathan L Long 3e12d49324 [pycaffe] use _blob_names, _layer_names instead of removed .name 2014-09-01 19:52:57 -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 make MNIST autoencoder solvers start from base_lr 0.01 and step (much 2014-09-01 12:35:03 -07:00
include/caffe lint 2014-09-01 11:33:41 -07:00
matlab cmake build system 2014-08-17 01:07:11 -07:00
python [pycaffe] use _blob_names, _layer_names instead of removed .name 2014-09-01 19:52:57 -07:00
scripts Add boost thread in the travis install script 2014-08-29 01:06:21 +08:00
src add CUDA 6.5 error CUBLAS_STATUS_LICENSE_ERROR to cublasGetErrorString 2014-09-01 16:46:21 -07:00
tools revert tools/train_net.cpp to previous, depecated version 2014-09-01 14:51:59 -07:00
.gitignore ignore leveldb extension: ldb 2014-08-30 21:32:21 -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 [pycaffe] split _caffe into source and header files 2014-08-31 01:13:39 -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.