Tensors and Dynamic neural networks in Python with strong GPU acceleration pytorch.org
Go to file
2018-03-09 13:51:42 -08:00
.github Add placeholders for issues/pull requests 2017-12-11 14:35:25 -08:00
.jenkins Update jenkins build script using the same flag as used in benchmarking (#1977) 2018-03-09 13:44:41 -08:00
.travis Run build_android.sh in Jenkins 2017-11-21 15:53:38 -08:00
binaries Caffe2 module update: move observers as well as binaries. (#2145) 2018-03-06 14:45:21 -08:00
caffe Fix public protobuf interface (#1961) 2018-02-21 00:39:00 -05:00
caffe2 Clean up naming of FP16-related code, add comments 2018-03-09 13:51:42 -08:00
cmake Bump minimum CMake version to 3.2 2018-03-06 19:57:48 -08:00
conda Adding openmpi to all conda builds (#2089) 2018-03-01 09:19:34 -08:00
docker Fix docker builds (#2199) 2018-03-08 20:09:38 -08:00
docs Use case insensitive names for Doxygen docs. 2018-01-25 14:33:18 -08:00
modules Caffe2 module update: move observers as well as binaries. (#2145) 2018-03-06 14:45:21 -08:00
scripts Use Ninja build system when available 2018-03-07 20:49:30 -05:00
third_party [auto] Update onnx to b184dd3 - Fix ONNX library build for Windows 2018-03-09 18:45:24 +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 Fix a few typos and grammars in comment 2017-06-14 18:22:39 -07:00
CMakeLists.txt Bump minimum CMake version to 3.2 2018-03-06 19:57:48 -08: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 . 2018-03-08 10:10:34 -05: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