- 17 Nov, 2020 1 commit
-
-
Min Xu authored
- removed experimental warning as we have validated it on cifar and imagenet, transformer is looking good so far too. - fixed API doc formatting - make it consistent with the other code in the repo - tested by making the doc locally and inspect the results
-
- 30 Oct, 2020 1 commit
-
-
Min Xu authored
-
- 22 Oct, 2020 2 commits
-
-
Vittorio Caggiano authored
-
Vittorio Caggiano authored
fix broken link
-
- 21 Oct, 2020 4 commits
-
-
Vittorio Caggiano authored
fix max depth
-
Vittorio Caggiano authored
fix maxdepth
-
Vittorio Caggiano authored
-
Vittorio Caggiano authored
* wip_example * [wip]mnist_pipe_example * [wip]mnist_pipe_example * [wip]mnist_pipe_example * [wip]mnist_pipe_example * [wip]mnist_oss_example * working prototype * added tutorial script * update tutorial * Update mnist_test_oss.py * Update mnist_test_oss.py * Update mnist_test_oss.py * Update mnist_test_pipe.py * Update tutorial_oss.py * Update tutorial_pipe.py * Update tutorial_pipe.py * Update mnist_test_oss.py * Update tutorial_pipe.py * Update mnist_test_pipe.py * Update tutorial_pipe.py * fix black * fix flacke8 * general fixes * add example oss+pipe * fix isort * Update mnist_test_pipe.py * fix black Co-authored-by:Vittorio Caggiano <caggiano@devfair0253.h2.fair>
-
- 18 Oct, 2020 1 commit
-
-
Benjamin Lefaudeux authored
* fixing the readme for oss
-
- 16 Oct, 2020 1 commit
-
-
Aurick Qiao authored
* Add implementation of AdaScale * add adascale docs
-
- 10 Oct, 2020 1 commit
-
-
Benjamin Lefaudeux authored
* bugfix * adjust default non-regression loss, not all_reduced now
-
- 09 Oct, 2020 1 commit
-
-
Benjamin Lefaudeux authored
* wrapping the model in DDP in the tutorial * typo
-
- 24 Sep, 2020 1 commit
-
-
Vittorio Caggiano authored
-
- 22 Sep, 2020 2 commits
-
-
Benjamin Lefaudeux authored
* various fixes, no more issues with `make html` and more API fields should be populated
-
Benjamin Lefaudeux authored
* Doc extensions to some APIs * FIx the benchmark and tutorial
-
- 17 Sep, 2020 2 commits
-
-
Tom Birch authored
Adds support for distributing pipeline stages across multiple processes (and therefore multiple machines) * Adds a style argument to the Pipe constructor, defaulting to PipelineStyle.SingleProcess, but also supporting PipelineStyle.MultiProcess * Added support for lazy construction of modules (see lazy_construction for an example) * Added two implementations of inter-process communication: one based on rpc with globally visible queues, one based on send/recv * Copied all the relevant tests from tests/pipe to tests/pipe_process and modified them to exercise PipelineStyle.MultiProcess
-
Benjamin Lefaudeux authored
Add a small tutorial, similar to the OSS README
-
- 16 Sep, 2020 1 commit
-
-
msbaines authored
-
- 12 Sep, 2020 1 commit
-
-
msbaines authored
-
- 11 Sep, 2020 1 commit
-
-
msbaines authored
Also updated canonical_url to be fairscale. Also removed unnecessary htmi_theme_path.
-
- 10 Sep, 2020 1 commit
-
-
msbaines authored
-
- 09 Sep, 2020 2 commits