forked from facebookresearch/pycls
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add multi-node support using submitit / SLURM (facebookresearch#157)
Summary: -docs/GETTING_STARTED.md: example usage -config.py: added options for multi-node training -distributed.py: added submitit support for local and slurm jobs -trainer.py: minor tweaks to support multi-node execution -requirements.txt: added submitit requirement Pull Request resolved: facebookresearch#157 Reviewed By: pdollar Differential Revision: D29630024 Pulled By: mannatsingh fbshipit-source-id: 50e61ee56dc24fd2f9868687f77a18380732cb37 Co-authored-by: Mannat Singh <13458796+mannatsingh@users.noreply.github.com> Co-authored-by: Piotr Dollar <699682+pdollar@users.noreply.github.com>
- Loading branch information
1 parent
750a36e
commit f8cd962
Showing
5 changed files
with
94 additions
and
6 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,5 +9,6 @@ opencv-python==4.2.0.34 | |
parameterized | ||
setuptools | ||
simplejson | ||
submitit | ||
yacs | ||
yattag |