Tensors and Dynamic neural networks in Python with strong GPU acceleration pytorch.org
Go to file
Xue Feng dda33ca53a enable setting model initialization seed
Summary: This diff enables setting model initialization seed, instead of random seed, when reproducible restults are desired.

Reviewed By: xianjiec

Differential Revision: D6642971

fbshipit-source-id: 387b1ee2ecef4f8f66570c882498fb97d7007e17
2018-01-11 14:04:03 -08:00
.github Add placeholders for issues/pull requests 2017-12-11 14:35:25 -08:00
.jenkins Make docker image built on Jenkins usable out of the box 2017-12-14 15:05:52 -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 enable setting model initialization seed 2018-01-11 14:04:03 -08:00
cmake Adapting conda build to work for ubuntu and adding a flag to control precedence of Anaconda include dirs 2018-01-11 12:01:04 -08:00
conda Adapting conda build to work for ubuntu and adding a flag to control precedence of Anaconda include dirs 2018-01-11 12:01:04 -08:00
docker Install jupyter in all Jenkins images 2017-12-21 16:38:15 -08:00
docs Update installation.md to roughly match caffe2.ai 2018-01-09 08:46:57 -08:00
modules Provide CMake support for detectron ops 2018-01-03 06:23:14 -08:00
scripts Use GCC to compile Android Caffe2 2018-01-10 13:09:14 -08:00
third_party Bump gloo 2018-01-04 17:49:21 -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 Misc Windows lint 2017-12-23 20:07:27 -08:00
.gitmodules Adding zstd to build 2017-11-13 22:18:44 -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 Adapting conda build to work for ubuntu and adding a flag to control precedence of Anaconda include dirs 2018-01-11 12:01:04 -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 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 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