-
I get the following error:
```
root@75adae8f35d1:/app# python3 synthesize.py --step 300000
|{DH AH0 N EY1 SH AH0 N Z T UH1 R IH2 Z AH0 M M IH1 N AH0 S T ER0 HH AE1 Z AO1 L S OW0 EH0 N K ER1 IH0 J…
-
Hi, I have forgotten to update too late recently, just pulled the latest code and ran a bit, and found that the generated data time has increased? It's been 10 minutes and it hasn't finished generatin…
-
After preprocessing, I ran the model training script, but the following error occurred:
2020-07-26 21:24:27,175 (train_fastspeech:340) INFO: hop_size = 256
2020-07-26 21:24:27,176 (train_fastspeec…
-
Hi, I found this [interesting post](https://erogol.com/solving-attention-problems-of-tts-models-with-double-decoder-consistency/) while regularly checking up on erogol's blog. Any chances of having it…
-
Thanks a lot for providing these pre-trained models.
I have a variant of English and a small database of it - with 1000 sentences.
Do you have any ideas on how I can use transfer learning using your…
-
Hi, is the "End-to-end examples" Python script meant to be working without modfications? It references a few `*.h5` files and there are no such files in the repo:
...
OSError: Unable to op…
-
```
| |- stats.npy
| |- stats_f0.npy
| |- stats_energy.npy
| |- train_utt_ids.npy
| |- valid_utt_ids.npy
```
I am looking at code but not able to find these files usages. Are these …
-
Here :
https://github.com/ming024/FastSpeech2/blob/bd4c3413c90c5c1310066b1051d5c67abb75e2fa/modules.py#L48
and then
https://github.com/ming024/FastSpeech2/blob/bd4c3413c90c5c1310066b1051d5c67abb…
-
In examples/fastspeech2/fastspeech2_dataset.py, line 33.
> durs_cum = np.cumsum(np.pad(durs, (1, 0)))
I got an error like:
> pad() missing 1 required positional argument: 'mode'
Seem like…
-
非常感谢作者分享代码!这两天一直在尝试adaptive分支的代码,也围观了你和其他人在 #35 的讨论,我自己跑出实验结果后,有些问题想进一步请教作者。具体生成的结果可以在[这里](https://pan.baidu.com/s/1BHnzgyQy2hV_CsXwD75epA) 下载(提取码: b53t)。
我使用的训练语料不是公开语料,而是游戏中提取的语音,一共1639条,但是平均长度要小…