Tensors and Dynamic neural networks in Python with strong GPU acceleration pytorch.org
Go to file
Wojciech Glogowski d4336edb05 Disabled test for equivalency between Caffe2's and Numpy's YellowFin
Summary: According to GitHub issue #1168, YellowFin's accuracy between Caffe2 and Numpy models from tests are not good enough in some environments. Results were very close on my machine. GitHub's Travis failed on some tests which I later disabled. Therefore the difference doesn't come from logical differences but from loss of precision on some machines. It is safe to disable equivalency test if equivalency was already once tested.

Reviewed By: akyrola

Differential Revision: D5777049

fbshipit-source-id: c249a205d94b52c3928c37481f15227d500aafd0
2017-09-06 13:47:45 -07:00
.travis fix travis build 2017-08-31 23:35:20 -07:00
caffe/proto cmake: relative paths for install() 2017-08-22 09:52:09 -07:00
caffe2 Disabled test for equivalency between Caffe2's and Numpy's YellowFin 2017-09-06 13:47:45 -07:00
cmake move cmake_uninstall.cmake.in into cmake/ subfolder 2017-09-05 10:02:18 -07:00
conda Conda packaging for caffe2. 2017-08-08 21:55:30 -07:00
docker Docker move 2017-08-09 13:54:17 -07:00
docs Remove map() and filter() in favor of comprehensions 2017-05-30 15:32:58 -07:00
scripts Allow caffe2 to detect if cuda lib has been linked, and also fix oss build error. 2017-08-23 18:41:15 -07:00
third_party Add CloneCommonWorld op 2017-09-06 13:32:30 -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 build support for opengl and latest nnpack. 2017-08-09 00:31:53 -07:00
.travis.yml Bump travis osx to 8.3.3 2017-08-09 01:21:39 -07:00
appveyor.yml Fix a few typos and grammars in comment 2017-06-14 18:22:39 -07:00
CMakeLists.txt move cmake_uninstall.cmake.in into cmake/ subfolder 2017-09-05 10:02:18 -07:00
LICENSE fbsync. TODO: check if build files need update. 2016-11-15 00:00:46 -08:00
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