Tensors and Dynamic neural networks in Python with strong GPU acceleration pytorch.org
Go to file
Pieter Noordhuis fca617c62f Suppress hypothesis health check in adagrad_test.py
Summary:
PR #1536 suppressed test_sparse_adagrad but test_row_wise_sparse_adagrad also filters too many examples. Suppress health checks for this test as well.
Closes https://github.com/caffe2/caffe2/pull/1599

Differential Revision: D6530850

Pulled By: pietern

fbshipit-source-id: c73f30d2e104565421e3e381b1cf66185edc833e
2017-12-10 11:47:15 -08:00
.jenkins Run build_android.sh in Jenkins 2017-11-21 15:53:38 -08:00
.travis Run build_android.sh in Jenkins 2017-11-21 15:53:38 -08:00
caffe/proto cmake: relative paths for install() 2017-08-22 09:52:09 -07:00
caffe2 Suppress hypothesis health check in adagrad_test.py 2017-12-10 11:47:15 -08:00
cmake Don't use CMake generator expression for in-tree protoc build 2017-12-09 13:33:30 -08:00
conda Compile with MKL in conda-build 2017-09-28 15:19:06 -07:00
docker Run NCCL tests in CUDA environments 2017-12-08 15:17:18 -08:00
docs docs update 2017-11-20 10:07:22 -08:00
modules/module_test Making a module option for Caffe2 2017-10-26 12:33:58 -07:00
scripts Run build_android.sh in Jenkins 2017-11-21 15:53:38 -08:00
third_party bump ios-cmake 2017-11-15 13:49:44 -08: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
.gitattributes Fix linguist detection with gitattribute overrides 2017-10-23 17:03:07 -07:00
.gitignore Added Ninja generator support on Windows 2017-07-26 00:32:20 -07:00
.gitmodules Adding zstd to build 2017-11-13 22:18:44 -08:00
.travis.yml Add travis webhook 2017-09-23 15:30:57 -07:00
appveyor.yml Fix a few typos and grammars in comment 2017-06-14 18:22:39 -07:00
CMakeLists.txt Turn off omp by default 2017-11-14 13:17:49 -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 Re-license to Apache 2017-09-28 16:22:00 -07:00
release-notes.md launch updates (#309) 2017-04-19 11:40:51 -07:00
setup.py Use list for *requires in setup.py 2017-11-27 08:35:28 -08:00
VERSION_NUMBER Add setup.py 2017-11-17 12:22:52 -08:00

Caffe2

License 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

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

Further Resources on Caffe2.ai