Caffe on both Linux and Windows
Перейти к файлу
Evan Shelhamer 791243f4a0 grooming: drop pointless overrides, stub layer comments 2014-09-07 03:27:07 +02: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 Added initial Hinge Loss 2014-09-06 16:30:32 -07:00
examples Merge pull request #1039 from sergeyk/dev 2014-09-05 00:07:53 -07:00
include/caffe grooming: drop pointless overrides, stub layer comments 2014-09-07 03:27:07 +02:00
matlab removed mention of getting_pretrained_models page and old paths 2014-09-04 03:59:14 +01:00
models fix fine-tuning example: paths, test acc., and total fine-tuning time 2014-09-04 12:46:57 -07:00
python removed mention of getting_pretrained_models page and old paths 2014-09-04 03:59:14 +01:00
scripts script to upload/update model info as gist 2014-09-04 03:59:14 +01:00
src strategize softmax 2014-09-07 03:27:07 +02:00
tools revert tools/train_net.cpp to previous, depecated version 2014-09-01 14:51:59 -07:00
.Doxyfile update doxygen config to stop warnings 2014-09-03 13:00:12 -07:00
.gitignore Renaming CaffeNet model prototxts and unignoring models/* 2014-09-04 03:59:14 +01: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 add engine parameter for multiple computational strategies 2014-09-07 03:27:06 +02:00
Makefile.config.example add engine parameter for multiple computational strategies 2014-09-07 03:27:06 +02:00
README.md [docs] readme 2014-07-09 15:07:42 -07: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 developed with cleanliness, readability, and speed in mind.
Consult the project website for all documentation.