- 25 Feb, 2021 1 commit
-
-
Myle Ott authored
-
- 23 Feb, 2021 2 commits
-
-
Benjamin Lefaudeux authored
* v0.3.0 it is, celebration time
-
Min Xu authored
-
- 19 Feb, 2021 1 commit
-
-
Min Xu authored
* [docs]: add checkpoint_wrapper and many small fixes * update copyright year
-
- 25 Jan, 2021 1 commit
-
-
anj-s authored
* fix broken link * remove link * add direct link * add direct link * add direct link * add direct link * add direct link * add direct link Co-authored-by:Anjali Sridhar <anj@devfair0443.h2.fair>
-
- 28 Dec, 2020 1 commit
-
-
Benjamin Lefaudeux authored
-
- 16 Dec, 2020 1 commit
-
-
Min Xu authored
* [doc]: AdaScale example and notes * formatted notes correctly as suggested by Benjamin * added feature and unit test to make sure lr_scheduler works * update the example with lr_scheduler * fixed doc with "make html" * addressed Mike's suggestions
-
- 09 Dec, 2020 1 commit
-
-
Benjamin Lefaudeux authored
-
- 05 Dec, 2020 1 commit
-
-
Benjamin Lefaudeux authored
Thanks Jessica for the heads up !
-
- 04 Dec, 2020 1 commit
-
-
Vittorio Caggiano authored
* add logo * Update README.md Co-authored-by:Vittorio Caggiano <caggiano@fb.com>
-
- 01 Dec, 2020 1 commit
-
-
Benjamin Lefaudeux authored
-
- 27 Nov, 2020 1 commit
-
-
Benjamin Lefaudeux authored
Fixing the relative positions of the html docs.
-
- 21 Nov, 2020 1 commit
-
-
Benjamin Lefaudeux authored
* rewrite using autograd and Variable execution queue to make the reduce automatic * share buckets with OSS to remove duplication * some speed still likely on the table since the speed vs. bucketing does not match expectations, could be a follow up
-
- 18 Nov, 2020 1 commit
-
-
Benjamin Lefaudeux authored
* adding a shard-aware GradScaler wrap, credits to Sean Naren for the idea * adding stubs & explanations in the documentation
-
- 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
-
- 10 Nov, 2020 1 commit
-
-
Tom Birch authored
Adds support for: * Reused layers (e.g. for weight sharing) * Lazily-constructed layers * Single-process control via PipeRPCWrapper * PipelineStyle.AsyncScheudle, which lays the foundation for asynchronous pipeline work by introducing an event loop for each rank/worker to process either activations or gradients as they arrive Also added examples for multi-process and PipeRPCWrapper
-
- 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 2 commits
- 09 Sep, 2020 3 commits