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 Diffsinger with opencpop dataset #3005

Merged
merged 57 commits into from
Mar 13, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
57 commits
Select commit Hold shift + click to select a range
f58de66
updata readme, test=doc
Aug 26, 2022
0251c38
Merge branch 'PaddlePaddle:develop' into develop
lym0302 Aug 29, 2022
034aef5
Merge branch 'PaddlePaddle:develop' into develop
lym0302 Sep 6, 2022
ccce14f
Merge branch 'PaddlePaddle:develop' into develop
lym0302 Sep 14, 2022
2244b53
Merge branch 'PaddlePaddle:develop' into develop
lym0302 Sep 15, 2022
5c197e7
Merge branch 'PaddlePaddle:develop' into develop
lym0302 Sep 20, 2022
8e5e265
update yaml and readme, test=tts
Sep 20, 2022
6b4cccb
Merge branch 'PaddlePaddle:develop' into develop
lym0302 Sep 20, 2022
697e1f7
Merge branch 'PaddlePaddle:develop' into develop
lym0302 Sep 26, 2022
f6cf18e
fix batch_size, test=tts
Sep 26, 2022
20ccc05
Merge branch 'PaddlePaddle:develop' into develop
lym0302 Sep 27, 2022
c737dab
Merge branch 'PaddlePaddle:develop' into develop
lym0302 Sep 30, 2022
8dc3c98
Merge branch 'PaddlePaddle:develop' into develop
lym0302 Oct 8, 2022
fa434cb
Merge branch 'PaddlePaddle:develop' into develop
lym0302 Oct 12, 2022
2b9d7c8
Merge branch 'PaddlePaddle:develop' into develop
lym0302 Oct 17, 2022
8164d86
Merge branch 'PaddlePaddle:develop' into develop
lym0302 Oct 20, 2022
8964190
Merge branch 'PaddlePaddle:develop' into develop
lym0302 Oct 27, 2022
06383d5
Merge branch 'PaddlePaddle:develop' into develop
lym0302 Oct 27, 2022
2a978bc
Merge branch 'PaddlePaddle:develop' into develop
lym0302 Nov 1, 2022
664aed4
Merge branch 'PaddlePaddle:develop' into develop
lym0302 Nov 2, 2022
003ff8f
update readme, test=doc
Nov 4, 2022
d3eb589
Merge branch 'develop' of https://github.com/lym0302/PaddleSpeech int…
Nov 4, 2022
dc71ad0
chmod, test=tts
Nov 14, 2022
8457159
Merge branch 'develop' of https://github.com/lym0302/PaddleSpeech int…
Nov 14, 2022
eef87bb
Merge branch 'PaddlePaddle:develop' into develop
lym0302 Nov 14, 2022
2e5af47
Merge branch 'PaddlePaddle:develop' into develop
lym0302 Nov 14, 2022
5c67d95
Merge branch 'develop' of https://github.com/lym0302/PaddleSpeech int…
Nov 14, 2022
4d8ef8c
Merge branch 'PaddlePaddle:develop' into develop
lym0302 Nov 16, 2022
152ebcb
Merge branch 'PaddlePaddle:develop' into develop
lym0302 Nov 29, 2022
5c8b75e
Merge branch 'PaddlePaddle:develop' into develop
lym0302 Dec 4, 2022
700e281
Merge branch 'PaddlePaddle:develop' into develop
lym0302 Dec 28, 2022
bfae0be
add multi-spk static model infer, test=tts
Dec 28, 2022
7ad91d6
Merge branch 'PaddlePaddle:develop' into develop
lym0302 Jan 11, 2023
82378e5
Merge branch 'PaddlePaddle:develop' into develop
lym0302 Jan 15, 2023
c463b35
diffsinger opencpop fft train, test=tts
Jan 16, 2023
6fb281c
fix pitch_mask
Jan 16, 2023
ef7d15d
base diffsinger, test=tts
Feb 1, 2023
c91dc02
fix diffsinger, test=tts
Feb 3, 2023
84a22ff
diffsinger_tmp
Feb 9, 2023
def9d64
fix diffsinger loss target to noisy_mel
HighCWu Feb 9, 2023
9e8bd9f
Merge pull request #3 from HighCWu/diffsinger_tmp
lym0302 Feb 9, 2023
8a4b18c
add test.jsonl
Feb 10, 2023
ffe44b8
Merge branch 'diffsinger_tmp' of https://github.com/lym0302/PaddleSpe…
Feb 10, 2023
4ecc752
fix eval
Feb 10, 2023
9df1294
add linear norm
Feb 14, 2023
d1173b9
fix
Feb 14, 2023
d7928d7
update diffsinger, test=tts
Feb 22, 2023
1d1e859
diffsinger, test=tts
Mar 7, 2023
f71f481
solve conflict
Mar 7, 2023
3df69e7
update inference step
Mar 8, 2023
9acc852
fix comment
Mar 9, 2023
c9c6960
fix inference
Mar 9, 2023
bd47de8
update
Mar 10, 2023
72d9c63
remove test.jsonl
Mar 10, 2023
9b34070
add readme
Mar 13, 2023
4e4609f
astype
Mar 13, 2023
b86b4db
update voc path
Mar 13, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
updata readme, test=doc
  • Loading branch information
lym0302 committed Aug 26, 2022
commit f58de664f7975b59515335c378c2f1b8ea632ef2
2 changes: 1 addition & 1 deletion examples/aishell3/tts3/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ optional arguments:

## Pretrained Model
Pretrained FastSpeech2 model with no silence in the edge of audios:
- [fastspeech2_nosil_aishell3_ckpt_0.4.zip](https://paddlespeech.bj.bcebos.com/Parakeet/released_models/fastspeech2/fastspeech2_nosil_aishell3_ckpt_0.4.zip)
- [fastspeech2_aishell3_ckpt_1.1.0.zip](https://paddlespeech.bj.bcebos.com/Parakeet/released_models/fastspeech2/fastspeech2_aishell3_ckpt_1.1.0.zip)
- [fastspeech2_conformer_aishell3_ckpt_0.2.0.zip](https://paddlespeech.bj.bcebos.com/Parakeet/released_models/fastspeech2/fastspeech2_conformer_aishell3_ckpt_0.2.0.zip) (Thanks for [@awmmmm](https://github.com/awmmmm)'s contribution)

The static model can be downloaded here:
Expand Down
2 changes: 1 addition & 1 deletion examples/zh_en_tts/tts3/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ optional arguments:

## Pretrained Model
Pretrained FastSpeech2 model with no silence in the edge of audios:
- [fastspeech2_mix_ckpt_0.2.0.zip](https://paddlespeech.bj.bcebos.com/t2s/chinse_english_mixed/models/fastspeech2_mix_ckpt_0.2.0.zip)
- [fastspeech2_mix_ckpt_1.2.0.zip](https://paddlespeech.bj.bcebos.com/t2s/chinse_english_mixed/models/fastspeech2_mix_ckpt_1.2.0.zip)

The static model can be downloaded here:
- [fastspeech2_mix_static_0.2.0.zip](https://paddlespeech.bj.bcebos.com/t2s/chinse_english_mixed/models/fastspeech2_mix_static_0.2.0.zip)
Expand Down