-
Notifications
You must be signed in to change notification settings - Fork 433
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add multi-gpu testing to test_algorithm_resumption (#2016)
* Add world_size mark * Add multigpu test * remove Dataset import + pre-commit * Add warnings for algorithms that have issues with resumption * pre-commit * Update composer/algorithms/gyro_dropout/gyro_dropout.py Co-authored-by: nik-mosaic <101217697+nik-mosaic@users.noreply.github.com> * Update composer/algorithms/swa/swa.py Co-authored-by: Mihir Patel <mihir.v.patel7@gmail.com> * Update composer/algorithms/sam/sam.py Co-authored-by: Mihir Patel <mihir.v.patel7@gmail.com> * Update composer/algorithms/stochastic_depth/stochastic_depth.py Co-authored-by: Mihir Patel <mihir.v.patel7@gmail.com> * pre-commit --------- Co-authored-by: nik-mosaic <101217697+nik-mosaic@users.noreply.github.com> Co-authored-by: Mihir Patel <mihir.v.patel7@gmail.com>
- Loading branch information
1 parent
f8b6380
commit 431723b
Showing
6 changed files
with
60 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters