-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New ML yaml + changes to allow for Spectral Codec training with text context #14894
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: magpietts_2508
Are you sure you want to change the base?
Conversation
Signed-off-by: Jason <[email protected]>
Signed-off-by: Jason <[email protected]>
Signed-off-by: Jason <[email protected]>
Signed-off-by: Jason <[email protected]>
Signed-off-by: Jason <[email protected]>
Signed-off-by: Jason <[email protected]>
Signed-off-by: Jason <[email protected]>
Signed-off-by: Jason <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR introduces changes to support Spectral Codec training with text context in the Magpie-TTS model. The changes include modifications to codec model loading to disable loss modules during inference and variable reorganization to handle different codebook configurations.
- Codec model loading enhancement to disable SCL loss during inference for memory optimization
- Variable restructuring to distinguish between data and model codebook configurations
- New multilingual configuration file for Magpie-TTS with text conditioning support
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
File | Description |
---|---|
nemo/collections/tts/models/magpietts.py | Modified codec loading logic and reorganized codebook variables to support different training scenarios |
examples/tts/conf/magpietts/magpietts_multilingual_v2_lhotse.yaml | Added new configuration file for multilingual Magpie-TTS with text conditioning |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Signed-off-by: Jason <[email protected]>
Signed-off-by: blisc <[email protected]>
No description provided.