- 19 Feb, 2021 1 commit
-
-
Min Xu authored
-
- 18 Feb, 2021 3 commits
-
-
Min Xu authored
* [fix] expose checkpoint_wrapper * fix formatting
-
Benjamin Lefaudeux authored
* Adding multiple groups support to ShardedDDP + unit test * adding gloo to the backends tested for multiple groups
-
Benjamin Lefaudeux authored
* [fix] ShardedDDP train/eval modes * Update CHANGELOG.md
-
- 17 Feb, 2021 1 commit
-
-
Benjamin Lefaudeux authored
* initial implementation, with unit test and assert * added changelog and better debug string
-
- 14 Feb, 2021 1 commit
-
-
Benjamin Lefaudeux authored
* WIP, needs to be fixed ! * should be a fix, many thanks Weiyi Zheng * slightly better unit test, sorting the states on the way out * reproducing the issue from Weiyi in a unit test, and finally properly fixing * fixing unit test on pytorch1.5 - original loss diff 26.404895782470703 - 26.404342651367188
-
- 12 Feb, 2021 3 commits
-
-
Benjamin Lefaudeux authored
This reverts commit 8be9d930.
-
Benjamin Lefaudeux authored
* many thanks Weiyi Zheng
-
Benjamin Lefaudeux authored
* Better unit testing * Make it possible to refresh the DDP assumptions when the model has changed. Make it optional so that you save some time * Enabling accumulation tests
-
- 11 Feb, 2021 2 commits
-
-
Benjamin Lefaudeux authored
* super minor, opportunistic micro optim
-
Benjamin Lefaudeux authored
* v0.1.6
-
- 10 Feb, 2021 2 commits
-
-
Myle Ott authored
* Add fairscale.utils.containers Co-authored-by:
Min Xu <24926999+min-xu-ai@users.noreply.github.com> * Add fairscale.nn.misc.checkpoint_activations Co-authored-by:
Sam Shleifer <sshleifer@gmail.com> Co-authored-by:
Min Xu <24926999+min-xu-ai@users.noreply.github.com> Co-authored-by:
Sam Shleifer <sshleifer@gmail.com>
-
Leonard Lausen authored
-
- 09 Feb, 2021 1 commit
-
-
msbaines authored
-
- 08 Feb, 2021 2 commits
-
-
msbaines authored
-
Benjamin Lefaudeux authored
* flat params all along, way simpler * updating the docstring
-
- 05 Feb, 2021 2 commits
-
-
Benjamin Lefaudeux authored
fix a broken earlier commit, only worked for the first step
-
Benjamin Lefaudeux authored
* minor * minor
-
- 04 Feb, 2021 6 commits
-
-
msbaines authored
-
Benjamin Lefaudeux authored
cache this iterator, easy speed up
-
Benjamin Lefaudeux authored
* Adding a proper ddp parity / AMP unit test, overdue * catch non-AMP pytorch
-
msbaines authored
-
msbaines authored
It is not currently being used so we can simplify the interface by removing it.
-
msbaines authored
-
- 03 Feb, 2021 7 commits
-
-
Benjamin Lefaudeux authored
* restoring the regression test, adding a test of the for_each optims * fix the regression test on circleci * removing unused flags
-
Benjamin Lefaudeux authored
* precise skip, only if agent has only cpu
-
Benjamin Lefaudeux authored
-
msbaines authored
-
anj-s authored
* mp cleanup * round of multiprocess refactoring * test golden run * print cuda stats * fix lint errors * enable multiprocess pipe benchmarks * set world size to be available gpus * more changes * use synthetic loaders for intermediate pipeline stages * merged master * fix for the devices property * dataloader fix * modify rank check * print wps stats * enable verification * fix logging * fix flag name * fix flag name * check for rank * fix indent * pass args * pass args * modify golden data * remove unused print messsage * fix lint errors * add comments * fix benchmarks Co-authored-by:Anjali Sridhar <anj@devfair0443.h2.fair>
-
Min Xu authored
* [feat] Add AdaScaleWrapper - This enables a different API for wrapping an optimizer with AdaScale. - This also enables AdaScale to be wrapped by OSS. - However, OSS wrapping AdaScale results in different optimization, which future research will be needed to study its effects. testing: add unit tests. * addressed comment: typo
-
Benjamin Lefaudeux authored
* adding the .to(device) support + unit testing * doc update
-
- 02 Feb, 2021 2 commits
-
-
Benjamin Lefaudeux authored
* adding a test to prove the inter operability with upstream pytorch * updating the changelog * eager state pruning * pytorch 1.5 compat
-
Benjamin Lefaudeux authored
* no idea about the root issue, but it proved to be fairly narrowed (gloo+cpu+python3.8+no cuda installed) so I guess that's out of scope for fairscale
-
- 01 Feb, 2021 2 commits
-
-
anj-s authored
authored-by:Anjali Sridhar <anj@devfair0443.h2.fair>
-
Benjamin Lefaudeux authored
* adding fairseq's gha * adding py3.9, removing submodules * yaml linting
-
- 31 Jan, 2021 1 commit
-
-
msbaines authored
-
- 30 Jan, 2021 1 commit
-
-
msbaines authored
-
- 29 Jan, 2021 3 commits
-
-
Min Xu authored
* [test]: test with py39 + torch 1.8 nightly * version fix * more fix * fix version function for nightly version * fix torch_pg build * invalidate cache * separate benchmark requirements * comment * fixed mypy * fixed a test
-
msbaines authored
-
Benjamin Lefaudeux authored
-