-
Notifications
You must be signed in to change notification settings - Fork 27.8k
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
Update spectrogram and waveform model mapping for TTS/A pipeline #26114
Update spectrogram and waveform model mapping for TTS/A pipeline #26114
Conversation
The documentation is not available anymore as the PR was closed or merged. |
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.
LGTM, thanks @Vaibhavs10! Are you able to get the correct output when you run the following from the base of the transformers
repo?
python utils/update_metadata.py --check-only
@sanchit-gandhi I just tested, and I essentially get no output! |
Requesting final review from Arthur! (who I believe is now on watch 👀) |
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.
Thanks for the fix!
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.
LGTM, thanks for the PR @Vaibhavs10 !
…gingface#26114) update names mapping for spectrogram and waveform models
What does this PR do?
Updates the mapping names for the models used for TTS & TTA pipelines.
Fixes # (issue)
MODEL_FOR_TEXT_TO_SPECTROGRAM_NAMES
->MODEL_FOR_TEXT_TO_SPECTROGRAM_MAPPING_NAMES
MODEL_FOR_TEXT_TO_SPECTROGRAM_NAMES
->MODEL_FOR_TEXT_TO_WAVEFORM_MAPPING_NAMES
Who can review?
@ylacombe @sanchit-gandhi