Tensors and Dynamic neural networks in Python with strong GPU acceleration
Find a file
Yangqing Jia 0d641145a1 Fix public protobuf interface (#1961)
* Fix public protobuf interface - wip

* Try turn on custom protobuf in mac jenkins.

* Adding back auto-fallback protobuf option

* Address typos pointed out by reviewers
2018-02-21 00:39:00 -05:00
.github Add placeholders for issues/pull requests 2017-12-11 14:35:25 -08:00
.jenkins Fix public protobuf interface (#1961) 2018-02-21 00:39:00 -05: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 public protobuf interface (#1961) 2018-02-21 00:39:00 -05:00
cmake Fix public protobuf interface (#1961) 2018-02-21 00:39:00 -05:00
conda Adding 'full' version of conda build (#1934) 2018-02-20 10:20:07 -08:00
docker Move onnx-caffe2 inside caffe2 (#1921) 2018-02-20 13:56:52 -08:00
docs Use case insensitive names for Doxygen docs. 2018-01-25 14:33:18 -08:00
modules Moved RoIAlign to OSS. 2018-01-24 13:05:27 -08:00
scripts Adding 'full' version of conda build (#1934) 2018-02-20 10:20:07 -08:00
third_party Make sure libcaffe2.so does not require executable stack 2018-02-20 13:28:24 -05:00
.gitattributes Fix linguist detection with gitattribute overrides 2017-10-23 17:03:07 -07:00
.gitignore Experimental support for setup.py develop mode install 2018-02-12 23:36:18 -08:00
.gitmodules Vendor Python dependencies of NNPACK 2018-02-08 15:48:56 -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 Fix a few typos and grammars in comment 2017-06-14 18:22:39 -07:00
CMakeLists.txt Fix public protobuf interface (#1961) 2018-02-21 00:39:00 -05:00
LICENSE Re-license to Apache 2017-09-28 16:22:00 -07:00
Makefile Fix python support problems caused by building script errors. 2017-04-24 17:17:21 -07:00
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 launch updates (#309) 2017-04-19 11:40:51 -07:00
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