You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GE2E| AISHELL-3, etc. |[ge2e](https://github.com/PaddlePaddle/PaddleSpeech/tree/develop/examples/other/ge2e)|[ge2e_ckpt_0.3.zip](https://paddlespeech.bj.bcebos.com/Parakeet/released_models/ge2e/ge2e_ckpt_0.3.zip)
default| 2(gpu) x 37596|0.58704|0.39623|0.15073|0.039|1.9981e-04|
127
+
128
+
Tacotron2 checkpoint contains files listed below.
129
+
(There is no need for `speaker_id_map.txt` here )
130
+
131
+
```text
132
+
tacotron2_aishell3_ckpt_vc0_0.2.0
133
+
├── default.yaml # default config used to train tacotron2
134
+
├── phone_id_map.txt # phone vocabulary file when training tacotron2
135
+
├── snapshot_iter_37596.pdz # model parameters and optimizer states
136
+
└── speech_stats.npy # statistics used to normalize spectrogram when training tacotron2
137
+
```
138
+
139
+
## More
140
+
We strongly recommend that you use [FastSpeech2 + AISHELL-3 Voice Cloning](https://github.com/PaddlePaddle/PaddleSpeech/tree/develop/examples/aishell3/vc1) which works better.
0 commit comments