Caffe on both Linux and Windows
Перейти к файлу
Evan Shelhamer ab839f5b2f support OS X Yosemite / 10.10
- pick libstdc++ for OS X (regardless of version)
- make gtest rely on its own tuple to not conflict with clang
  (thanks @pluskid!)
- 10.10 has Accelerate while 10.9 has vecLib for BLAS
  (thanks @leonardt and @drdan14)
2015-01-15 16:28:09 -08:00
CMakeScripts Fix CMake build of pycaffe 2014-10-08 22:44:28 +00:00
data [example] image classification web demo 2014-07-11 23:41:12 -07:00
docs support OS X Yosemite / 10.10 2015-01-15 16:28:09 -08:00
examples back-merge 2014-10-17 11:51:27 -07:00
include/caffe break out Step from Solver 2015-01-02 19:37:48 -08:00
matlab Prevent Matlab on OS X from crashing on error 2014-11-05 17:31:43 -08:00
models Added credits for training bvlc models 2014-12-20 23:24:58 -08:00
python [pycaffe] expose SGDSolver.step 2015-01-02 19:37:48 -08:00
scripts [scripts] fix find warnings in upload_model_to_gist.sh 2014-12-28 20:57:37 -08:00
src fix typo in layer_factory.cpp 2015-01-10 01:16:12 -08:00
tools Store data in lists of dicts and use csv package 2014-12-08 12:06:20 -08:00
.Doxyfile update doxygen config to stop warnings 2014-09-03 13:00:12 -07:00
.gitignore groom ignore 2014-10-21 10:18:18 -07:00
.travis.yml restore "red X" build failures in Travis 2014-09-11 17:13:28 +02:00
CMakeLists.txt Fixed CMakeList to work with OpenCV 3. 2014-10-11 15:25:47 -04: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 support OS X Yosemite / 10.10 2015-01-15 16:28:09 -08:00
Makefile.config.example pretty the build with the Q variable 2014-12-28 17:38:01 -08: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.