Core
Core Framework code
Operations
FBCode stuff
Open Source stuff
Backward Compatibility
Lua Bridge
Model Loading
Framework Integration
Website
Documentation, Demos, Examples, Tutorials, ModelZoo
Demos / Examples / ModelZoo
Demos + Examples
Tutorials
Documentation
Links
Postponed for next release
- lazy forward execution engine
- double backprop
- Sharing CUDA tensors
- look into Cython
- a built-in profiler for forward/backward (with automatic hints for speeding up the execution?)
AIViz Integration
-
Have an intial attempt, and talk to Allan
-
Serveable via some Python REST API
-
figure out details for images and videos
-
Audio
-
wav2letter
-
DeepSpeech2 for maybe Switchboard or something (Ask Gabriel)
-
Sparse Models (ads?)
Distributed Training
-
simple distributed trainer like torch-distlearn / torch-ipc / torch-thrift
-
Synchronous, asynchronous and Elastic SGD
-
Integrate with Andrew / Yangqing's MPI library when that's ready
-
Port image classification and seq2seq to this
-
error handling
- create a dict for translating exceptions and adding some pytorch specific info, sort of like in Elm [1,2]
- make sure there's a clear error message when multiprocessing runs out of fds
Core
Core Framework code
Operations
FBCode stuff
Open Source stuff
Backward Compatibility
Lua Bridge
Model Loading
Framework Integration
Website
Documentation, Demos, Examples, Tutorials, ModelZoo
Demos / Examples / ModelZoo
Demos + Examples
Tutorials
Documentation
Links
Postponed for next release
AIViz Integration
Have an intial attempt, and talk to Allan
Serveable via some Python REST API
figure out details for images and videos
Audio
wav2letter
DeepSpeech2 for maybe Switchboard or something (Ask Gabriel)
Sparse Models (ads?)
Distributed Training
simple distributed trainer like torch-distlearn / torch-ipc / torch-thrift
Synchronous, asynchronous and Elastic SGD
Integrate with Andrew / Yangqing's MPI library when that's ready
Port image classification and seq2seq to this
error handling