Tensors and Dynamic neural networks in Python with strong GPU acceleration pytorch.org
Go to file
2016-01-05 09:55:22 -08:00
caffe optionally use protobuf lite 2015-12-05 16:15:00 -08:00
caffe2 some fill ops that are not tested. 2016-01-05 09:55:22 -08:00
contrib various updates 2015-11-28 13:12:43 -08:00
docs Hickery Dickery Docker. 2015-09-12 10:57:44 -07:00
gtest Halfway into refactoring the build system 2015-11-27 19:06:32 -08:00
pycaffe2 convnet benchmark minor change 2016-01-05 09:55:22 -08:00
third_party misc updates 2015-12-02 21:01:55 -08:00
.Doxyfile Adding optional Eigen code. Added a switch USE_SYSTEM_EIGEN in Env. Misc changes. 2015-10-18 16:55:24 -07:00
.gitignore Adding optional Eigen code. Added a switch USE_SYSTEM_EIGEN in Env. Misc changes. 2015-10-18 16:55:24 -07:00
build_android.py android: use full proto in default 2015-12-06 11:26:30 -08:00
build.py RTTI to true in default for the main model. 2015-12-15 11:01:09 -08:00
caffe.cloc A clean init for Caffe2, removing my earlier hacky 2015-06-25 16:26:01 -07:00
cpplint.py A clean init for Caffe2, removing my earlier hacky 2015-06-25 16:26:01 -07:00
LICENSE A memory pool implementation based on cnmem. Added cnmem license to LICENSE. 2015-09-03 20:55:50 -07:00
Makefile move to the new build scripts 2015-11-27 21:31:09 -08:00
README.md Update README.md 2015-09-12 20:26:08 -07:00

Caffe2

Caffe2 is a deep learning framework made with expression, speed, and modularity in mind. It is an experimental refactoring of Caffe, and allows a more flexible way to organize computation.

Read the installation instructions for installation details.

What Caffe2 is and what it is not

Caffe2 started as an attempt to improve the design of caffe, because we have learned quite a lot since the 2 years of running and using caffe. It is also aiming to make Caffe more general, not only focusing on vision but applicable to all kinds of machine learning tasks.

Some highlights of the Caffe refactoring idea can also be found at the slides from the CVPR caffe tutorial.

Note that this is not meant for a complete replacement for Caffe right now. You are more than welcome to try it and we appreciate much if you could contribute back, but a lot of things may still be missing (e.g. CuDNN) so expect a few bumps as an early adopter. Caffe is still stably supported and for a production environment you may want to continue using it.

I (Yangqing) would also like to personally thank Google, my current employer, to allow me to continue devoting my personal time to work on open-source projects like Caffe.

License and Citation

Caffe2 is released under the BSD 2-Clause license.