Tensors and Dynamic neural networks in Python with strong GPU acceleration
Find a file
2018-03-05 23:30:20 -08:00
.github Add placeholders for issues/pull requests 2017-12-11 14:35:25 -08:00
.jenkins Turning off conv_op_test for now (#2104) 2018-03-02 11:36:08 -08:00
.travis Run build_android.sh in Jenkins 2017-11-21 15:53:38 -08:00
caffe Fix public protobuf interface (#1961) 2018-02-21 00:39:00 -05:00
caffe2 fix typo in previous cudnn fix 2018-03-05 21:13:03 -08:00
cmake Add Numa support (#2152) 2018-03-05 23:30:20 -08:00
conda Adding openmpi to all conda builds (#2089) 2018-03-01 09:19:34 -08:00
docker Adding openmpi to all conda builds (#2089) 2018-03-01 09:19:34 -08:00
docs Use case insensitive names for Doxygen docs. 2018-01-25 14:33:18 -08:00
modules Building rocksdb as a module (#2094) 2018-03-01 12:01:44 -08:00
scripts Use NEON for Android build 2018-03-03 01:04:56 +01:00
third_party [auto] Update onnx to a711252 - Recent CI changes have issues: revert them while fixing to unbreak CI (#583) 2018-03-05 22:03:57 +00:00
.gitattributes Fix linguist detection with gitattribute overrides 2017-10-23 17:03:07 -07:00
.gitignore Add .watchmanconfig to .gitignore so Atom/Watchman won't complain 2018-03-04 13:06:29 -08:00
.gitmodules Caffe2 ARM ComputeLibrary integration (#2015) 2018-02-23 18:09:05 -08:00
.travis.yml disable travis webhook as we are moving to jenkins as CI 2018-01-02 14:42:15 -08:00
appveyor.yml
CMakeLists.txt Add Numa support (#2152) 2018-03-05 23:30:20 -08:00
LICENSE Re-license to Apache 2017-09-28 16:22:00 -07:00
Makefile
NOTICE Re-license to Apache 2017-09-28 16:22:00 -07:00
README.md Remove request for proposal link from README.md 2018-01-04 09:11:05 -08:00
release-notes.md
setup.py Fix setup.py 2018-02-15 11:38:29 -08:00
VERSION_NUMBER Add setup.py 2017-11-17 12:22:52 -08:00

Caffe2

License Jenkins Build Status Appveyor Build Status

Caffe2 is a lightweight, modular, and scalable deep learning framework. Building on the original Caffe, Caffe2 is designed with expression, speed, and modularity in mind.

Questions and Feedback

Please use Github issues (https://github.com/caffe2/caffe2/issues) to ask questions, report bugs, and request new features.

Please participate in our survey (https://www.surveymonkey.com/r/caffe2). We will send you information about new releases and special developer events/webinars.

License

Caffe2 is released under the Apache 2.0 license. See the NOTICE file for details.

Further Resources on Caffe2.ai