Tensors and Dynamic neural networks in Python with strong GPU acceleration
Find a file
Kutta Srinivasan 0e0918cb9a dpm synchronize
2018-03-26 19:54:31 -07:00
.github Add placeholders for issues/pull requests 2017-12-11 14:35:25 -08:00
.jenkins Adding gcc4 conda builds (#2283) 2018-03-17 17:26:37 -07:00
.travis Run build_android.sh in Jenkins 2017-11-21 15:53:38 -08:00
binaries Update speed_benchmark binary 2018-03-23 11:26:23 -04:00
caffe Fix public protobuf interface (#1961) 2018-02-21 00:39:00 -05:00
caffe2 dpm synchronize 2018-03-26 19:54:31 -07:00
cmake Caffe2-onnx exporter (#2248) 2018-03-26 19:23:45 -07:00
conda Fixing the conda-gcc-cuda builds (#2305) 2018-03-19 09:32:32 -07:00
docker Fixing the conda-gcc-cuda builds (#2305) 2018-03-19 09:32:32 -07:00
docs Use case insensitive names for Doxygen docs. 2018-01-25 14:33:18 -08:00
modules Caffe2: Add support for several auto-created observers and move net summary to (#2304) 2018-03-18 18:23:40 -07:00
scripts Use -DCMAKE_BUILD_TYPE=Release for local build by default 2018-03-21 16:12:32 -04:00
third_party [auto] Update onnx to 6fe932a - Replace unittest.skip with custom exception (#659) 2018-03-26 21:20:58 +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 Remove USE_THREADS since it is needed explicitly. (#2322) 2018-03-19 20:46:43 -07: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 Update README.md 2018-03-22 12:30:08 -07:00
release-notes.md
setup.py . 2018-03-08 10:10:34 -05:00
VERSION_NUMBER Follow new version number in setup.py (#2266) 2018-03-23 13:22:26 -07: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