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]【Hackathon + No.190】 + 模型复现:iSTFTNet #3006

Merged
merged 18 commits into from
Apr 10, 2023

Conversation

longRookie
Copy link
Contributor

@longRookie longRookie commented Mar 7, 2023

PR types
New features

PR changes
Models

Describe
Same training epochs, iSTFTNet can reduce rtf by more than 50% while ensuring the synthesis quality is not lower than that of HifiGAN.

fix #2772

@paddle-bot
Copy link

paddle-bot bot commented Mar 7, 2023

Thanks for your contribution!

@CLAassistant
Copy link

CLAassistant commented Mar 7, 2023

CLA assistant check
All committers have signed the CLA.

@yt605155624 yt605155624 added this to the r1.4.0 milestone Mar 8, 2023
@yt605155624 yt605155624 changed the title 【Hackathon + No.190】 + 模型复现:iSTFTNet [TTS]【Hackathon + No.190】 + 模型复现:iSTFTNet Mar 8, 2023
@yt605155624 yt605155624 modified the milestones: r1.4.0, r1.5.0 Mar 13, 2023
examples/csmsc/voc5/iSTFTNet.md Outdated Show resolved Hide resolved
examples/csmsc/voc5/iSTFTNet.md Show resolved Hide resolved
examples/csmsc/voc5/conf/iSTFT.yaml Show resolved Hide resolved
examples/csmsc/voc5/conf/iSTFT.yaml Outdated Show resolved Hide resolved
examples/csmsc/voc5/conf/iSTFT.yaml Outdated Show resolved Hide resolved
examples/csmsc/voc5/conf/iSTFT.yaml Outdated Show resolved Hide resolved
paddlespeech/t2s/models/hifigan/hifigan.py Outdated Show resolved Hide resolved
paddlespeech/t2s/models/hifigan/hifigan.py Outdated Show resolved Hide resolved
paddlespeech/t2s/models/hifigan/hifigan.py Outdated Show resolved Hide resolved
paddlespeech/t2s/models/hifigan/hifigan.py Outdated Show resolved Hide resolved
@longRookie longRookie requested a review from lym0302 March 24, 2023 14:15
@longRookie longRookie mentioned this pull request Mar 29, 2023
paddlespeech/t2s/models/hifigan/hifigan.py Outdated Show resolved Hide resolved
paddlespeech/t2s/models/hifigan/hifigan.py Outdated Show resolved Hide resolved
@longRookie longRookie requested a review from lym0302 April 5, 2023 05:05
@lym0302 lym0302 merged commit df37798 into PaddlePaddle:develop Apr 10, 2023
1 check passed
luotao1 pushed a commit to luotao1/PaddleSpeech that referenced this pull request Jun 11, 2024
* iSTFTNet implementation based on hifigan, not affect the function and execution of HIFIGAN

* modify the comment in iSTFT.yaml

* add the comments in hifigan

* iSTFTNet implementation based on hifigan, not affect the function and execution of HIFIGAN

* modify the comment in iSTFT.yaml

* add the comments in hifigan

* add iSTFTNet.md

* modify the format of iSTFTNet.md

* modify iSTFT.yaml and hifigan.py

* Format code using pre-commit

* modify hifigan.py,delete the unused self.istft_layer_id , move the self.output_conv behind else, change conv_post to output_conv

* update iSTFTNet_csmsc_ckpt.zip download link

* modify iSTFTNet.md

* modify hifigan.py and iSTFT.yaml

* modify iSTFTNet.md
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

[TTS] iSTFTNet -> speed up HiFiGAN !!
4 participants