Tensors and Dynamic neural networks in Python with strong GPU acceleration
Find a file
Aapo Kyrola 071127cc07 change bunch of inexpensive DCHECKS to CAFFE_ENFORCEs
Summary: There is no need to disable inexpesnive assertions in mode/opt, but it makes it incredible difficult to debug model problems. So changed a bunch of them to CAFFE_ENFORCEs.

Reviewed By: Yangqing

Differential Revision: D5517902

fbshipit-source-id: 9154d0114db159e8136a482fb6508e92084af97a
2017-07-28 11:35:19 -07:00
.travis TravisCI: run Python tests 2017-07-05 10:10:04 -07:00
caffe/proto Fix protobuf build to properly include directories 2017-03-31 13:20:10 -07:00
caffe2 change bunch of inexpensive DCHECKS to CAFFE_ENFORCEs 2017-07-28 11:35:19 -07:00
cmake CMake updates. 2017-07-26 18:58:20 -07:00
docs Remove map() and filter() in favor of comprehensions 2017-05-30 15:32:58 -07:00
scripts TravisCI Overhaul 2017-06-16 10:18:05 -07:00
third_party Update gloo dependency 2017-05-25 13:18:24 -07:00
.Doxyfile Fix a few typos and grammars in comment 2017-06-14 18:22:39 -07:00
.Doxyfile-c changed doxygen config to new docs path (#311) 2017-04-19 11:49:59 -07:00
.Doxyfile-python changed doxygen config to new docs path (#311) 2017-04-19 11:49:59 -07:00
.gitignore Added Ninja generator support on Windows 2017-07-26 00:32:20 -07:00
.gitmodules Add nnpack specific dependencies under third_party 2017-03-24 12:37:56 -07:00
.travis.yml TravisCI Overhaul 2017-06-16 10:18:05 -07:00
appveyor.yml Fix a few typos and grammars in comment 2017-06-14 18:22:39 -07:00
CMakeLists.txt Added Ninja generator support on Windows 2017-07-26 00:32:20 -07:00
LICENSE
Makefile Fix python support problems caused by building script errors. 2017-04-24 17:17:21 -07:00
PATENTS Create PATENTS 2017-04-07 13:46:29 -07:00
README.md updated research proposal link 2017-07-24 08:56:02 -07:00
release-notes.md launch updates (#309) 2017-04-19 11:40:51 -07:00

Caffe2

TravisCI 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.

News and Events

Caffe2 research award competition request for proposals

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 and Citation

Caffe2 is released under the BSD 2-Clause license.

Further Resources on Caffe2.ai