Tensors and Dynamic neural networks in Python with strong GPU acceleration pytorch.org
Go to file
Andrey Malevich a8fb85797c Refactoring of the parameters step 0. Add simple tags and unify interface for params and computed_params.
Summary:
This diff is the first step in the effort for refactoring all parameters. As a first step - I'm merging concept of params and computed_params, that is going
to be based on tags instead (in the first version it's still using old data structs to store all the BlobReferences).

Renaming computed_params to non-trainable/non-backprop params should be done is some other diff.

Reviewed By: salexspb

Differential Revision: D5171159

fbshipit-source-id: 68031ca779f053fb266a7c4a2e5b482a3bd9c832
2017-06-02 17:17:57 -07:00
.travis better android ndk path 2017-05-31 20:35:23 -07:00
caffe/proto Fix protobuf build to properly include directories 2017-03-31 13:20:10 -07:00
caffe2 Refactoring of the parameters step 0. Add simple tags and unify interface for params and computed_params. 2017-06-02 17:17:57 -07:00
cmake Check system dependencies first 2017-05-24 14:31:51 -07:00
docs Remove map() and filter() in favor of comprehensions 2017-05-30 15:32:58 -07:00
scripts better android ndk path 2017-05-31 20:35:23 -07:00
third_party Update gloo dependency 2017-05-25 13:18:24 -07:00
.Doxyfile Adding optional Eigen code. Added a switch USE_SYSTEM_EIGEN in Env. Misc changes. 2015-10-18 16:55:24 -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 bug fix in CMakeLists.txt (CAFFE2_CPU_FLAGS and CAFFE2_WHITELIST) 2017-05-24 10:09:17 -07:00
.gitmodules Add nnpack specific dependencies under third_party 2017-03-24 12:37:56 -07:00
.travis.yml Add target for quick build+test 2017-05-31 13:51:53 -07:00
appveyor.yml disable appveyor for cuda for now due to out of time error 2017-05-31 16:48:09 -07:00
CMakeLists.txt Check system dependencies first 2017-05-24 14:31:51 -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 added events and user group info 2017-06-01 09:35:26 -07:00
release-notes.md launch updates (#309) 2017-04-19 11:40:51 -07:00

Caffe2

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.

Events

Caffe2 Bay Area Meetup at NVIDIA, May 31 6-8:30, Santa Clara, CA: https://www.meetup.com/Caffe2-Bay-Area/events/239836290/

User Groups

Caffe2 Community Facebook Group: join to ask questions, talk to other users, and keep informed of important Caffe2 updates.

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.

Build Status

Travis Build Status

Target Status
Linux Build Linux
Android Build Android
iOS Build iOS
Linux + MKL Build LinuxMKL

Further Resources on Caffe2.ai