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] Fastpitch energy condition and refactoring (NVIDIA#5218)
* Incorporating Energy conditioning in FastPitch Signed-off-by: subhankar-ghosh <[email protected]> * Minor fixes in Energy conditioning in FastPitch Signed-off-by: subhankar-ghosh <[email protected]> * Add Energy conditioning in FastPitch to infer method Signed-off-by: subhankar-ghosh <[email protected]> * adding fn to function names Signed-off-by: subhankar-ghosh <[email protected]> * Incorporating Energy conditioning in FastPitch Signed-off-by: subhankar-ghosh <[email protected]> * Minor fixes in Energy conditioning in FastPitch Signed-off-by: subhankar-ghosh <[email protected]> * Add Energy conditioning in FastPitch to infer method Signed-off-by: subhankar-ghosh <[email protected]> * adding fn to function names Signed-off-by: subhankar-ghosh <[email protected]> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * remove ifelse from batching, minor refactoring changes in energy code Signed-off-by: subhankar-ghosh <[email protected]> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Refactor based on PR comments. Signed-off-by: subhankar-ghosh <[email protected]> * Added support for not learning alignment in energy Signed-off-by: subhankar-ghosh <[email protected]> * Fix typo in assert statemetn Signed-off-by: subhankar-ghosh <[email protected]> * Renaming average_pitch to average_features Signed-off-by: subhankar-ghosh <[email protected]> * Renaming len variable name as it is a keyword Signed-off-by: subhankar-ghosh <[email protected]> * Renaming len variable name as it is a keyword Signed-off-by: subhankar-ghosh <[email protected]> Signed-off-by: subhankar-ghosh <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Xuesong Yang <[email protected]> Signed-off-by: 1-800-bad-code <[email protected]>
- Loading branch information
1 parent
a5b89d8
commit 14b3bf5
Showing
5 changed files
with
180 additions
and
46 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.