Skip to content
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

[TTS] Add cache_size to BetaBinomialInterpolator, fix bugs in TTS tutorials and FastPitch #3706

Merged
merged 4 commits into from
Feb 18, 2022

Conversation

Oktai15
Copy link
Contributor

@Oktai15 Oktai15 commented Feb 18, 2022

What does this PR do ?

Collection: [TTS]

Changelog

  • Change default speaker in FastPitch from 0 to None (i.e no speaker embedding is default now)
  • Change call of functools.lru_cache (for python 3.7 support) and add cache_size to BetaBinomialInterpolator
  • Add pynini install for TTS tutorials

PR Type:

  • New Feature
  • Bugfix
  • Documentation

Closes #3627

Signed-off-by: Oktai Tatanov <[email protected]>
Signed-off-by: Oktai Tatanov <[email protected]>
@Oktai15 Oktai15 requested a review from blisc February 18, 2022 10:37
Signed-off-by: Oktai Tatanov <[email protected]>
@Oktai15 Oktai15 changed the title [TTS] Add cache_size to BetaBinomialInterpolator, fix bugs in TTS tutorials [TTS] Add cache_size to BetaBinomialInterpolator, fix bugs in TTS tutorials and FastPitch Feb 18, 2022
Signed-off-by: Oktai Tatanov <[email protected]>
@Oktai15 Oktai15 requested a review from blisc February 18, 2022 14:39
@Oktai15 Oktai15 merged commit 94a576c into main Feb 18, 2022
@Oktai15 Oktai15 deleted the fix_bug_tts_tutorials branch February 18, 2022 15:55
fayejf pushed a commit that referenced this pull request Mar 2, 2022
…orials and FastPitch (#3706)

* update beta inter

Signed-off-by: Oktai Tatanov <[email protected]>

* update tts tutorials

Signed-off-by: Oktai Tatanov <[email protected]>

* fix bugs

Signed-off-by: Oktai Tatanov <[email protected]>

* fix comments

Signed-off-by: Oktai Tatanov <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

FastPitch fine-tunning using TDataset
2 participants