forked from facebookresearch/vissl
-
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.
Auto infer optimizer when using zero and convergence test of zero2 + …
…pytorch amp + activation checkpointing (facebookresearch#178) Summary: Pull Request resolved: facebookresearch#178 auto inferring the zero optimizer setting which basically moves the parameters to "base_optimizer". now users just need to set `use_zero=True` . Reviewed By: min-xu-ai Differential Revision: D26236748 fbshipit-source-id: 326db1040a457391735632071fe718d6c6071947
- Loading branch information
1 parent
95b4857
commit 9b2349d
Showing
3 changed files
with
21 additions
and
7 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