forked from NVIDIA/NeMo
-
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.
[TTS] Fixing RADTTS training - removing view buffer and fixing accura…
…cy issue (NVIDIA#5358) * Fixing RADTTS training - removing view buffer and fixing accuracy issue Signed-off-by: Boris Fomitchev <[email protected]> * Addressing code review Signed-off-by: Boris Fomitchev <[email protected]> * Addressing code review 2 Signed-off-by: Boris Fomitchev <[email protected]> * Fixed assignment Signed-off-by: Boris Fomitchev <[email protected]> * Working script Signed-off-by: Boris Fomitchev <[email protected]> * restored flatten_parameters Signed-off-by: Boris Fomitchev <[email protected]> * Working bias alias for export Signed-off-by: Boris Fomitchev <[email protected]> * Removing unused import Signed-off-by: Boris Fomitchev <[email protected]> * Reverting PartialConv Signed-off-by: Boris Fomitchev <[email protected]> * Removing flatten_parameters Signed-off-by: Boris Fomitchev <[email protected]> * Moving mask updater to GPU Signed-off-by: Boris Fomitchev <[email protected]> * Restored norms Signed-off-by: Boris Fomitchev <[email protected]> * Restored flatten Signed-off-by: Boris Fomitchev <[email protected]> * Moved to sort/unsort Signed-off-by: Boris Fomitchev <[email protected]> * Moved to masked norm Signed-off-by: Boris Fomitchev <[email protected]> * Turned off cache Signed-off-by: Boris Fomitchev <[email protected]> * cleanup Signed-off-by: Boris Fomitchev <[email protected]> * Verifying cache not used Signed-off-by: Boris Fomitchev <[email protected]> * Removing cache Signed-off-by: Boris Fomitchev <[email protected]> * Working autocast export Signed-off-by: Boris Fomitchev <[email protected]> * restored e-6 Signed-off-by: Boris Fomitchev <[email protected]> * Removed some casts around masks, etc Signed-off-by: Boris Fomitchev <[email protected]> * Fixing some casts Signed-off-by: Boris Fomitchev <[email protected]> * Fixing in-place ops Signed-off-by: Boris Fomitchev <[email protected]> * fixing grad Signed-off-by: Boris Fomitchev <[email protected]> * Small export fixes Signed-off-by: Boris Fomitchev <[email protected]> * LGTM cleanup Signed-off-by: Boris Fomitchev <[email protected]> * Fixed lstm_tensor Signed-off-by: Boris Fomitchev <[email protected]> * restored TS check routine Signed-off-by: Boris Fomitchev <[email protected]> * Fixed config error Signed-off-by: Boris Fomitchev <[email protected]> * reverting some bad optimizations Signed-off-by: Boris Fomitchev <[email protected]> * [TTS] add CI test for RADTTS training recipe. Signed-off-by: Xuesong Yang <[email protected]> * Addressing code review Signed-off-by: Boris Fomitchev <[email protected]> * Removing unused var Signed-off-by: Boris Fomitchev <[email protected]> * Adding debug Signed-off-by: Boris Fomitchev <[email protected]> * Logging fixes Signed-off-by: Boris Fomitchev <[email protected]> * Fixing training warnings Signed-off-by: Boris Fomitchev <[email protected]> * Fixing more warnings Signed-off-by: Boris Fomitchev <[email protected]> * Fixing more warnings 2 Signed-off-by: Boris Fomitchev <[email protected]> * Code review fixes Signed-off-by: Boris Fomitchev <[email protected]> * Improving TS check Signed-off-by: Boris Fomitchev <[email protected]> * Addressing code review comments, optimizing script Signed-off-by: Boris Fomitchev <[email protected]> * Forced no-autocast Signed-off-by: Boris Fomitchev <[email protected]> Signed-off-by: Boris Fomitchev <[email protected]> Signed-off-by: Xuesong Yang <[email protected]> Co-authored-by: Xuesong Yang <[email protected]> Co-authored-by: Oleksii Kuchaiev <[email protected]> Signed-off-by: Hainan Xu <[email protected]>
- Loading branch information
1 parent
ea61803
commit 4125ab7
Showing
12 changed files
with
240 additions
and
254 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
Oops, something went wrong.