-
Notifications
You must be signed in to change notification settings - Fork 6.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Integrating SlowMo into fairseq and adding SlowMo to fbcode
Summary: This diff contains the following changes - * Adding SlowMo algorithm to fbcode (this contains the latest implementation - complete with reduced memory usage for slow momentum, faster forward, linting among other things) * Integration of SlowMo algorithm into fairseq (includes changes to the code to integrate as well as arguments for SlowMo) * Scripts for calling SlowMo * Addition of log-dir in addition to save-dir to allow different directories to be used for logging and saving Reviewed By: myleott, mikerabbat Differential Revision: D19184997 fbshipit-source-id: b42b298ac5297fb83a3335fa7ce262c8f48fb2bc
- Loading branch information
1 parent
91f7cf6
commit 0dac0ff
Showing
3 changed files
with
87 additions
and
22 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