From 6ec8c27815c6fded4c13b01b8d2707016e9e8e95 Mon Sep 17 00:00:00 2001 From: kan-bayashi Date: Tue, 17 May 2022 09:25:41 +0900 Subject: [PATCH] updated README --- egs2/TEMPLATE/tts1/README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/egs2/TEMPLATE/tts1/README.md b/egs2/TEMPLATE/tts1/README.md index a94a6cd5913..f7d3258f497 100644 --- a/egs2/TEMPLATE/tts1/README.md +++ b/egs2/TEMPLATE/tts1/README.md @@ -726,6 +726,7 @@ You can train the following models by changing `*.yaml` config for `--train_conf - [FastSpeech2](https://arxiv.org/abs/2006.04558) ([FastPitch](https://arxiv.org/abs/2006.06873)) - [Conformer](https://arxiv.org/abs/2005.08100)-based FastSpeech / FastSpeech2 - [VITS](https://arxiv.org/abs/2106.06103) +- [JETS](https://arxiv.org/abs/2203.16852) You can find example configs of the above models in [`egs2/ljspeech/tts1/conf/tuning`](../../ljspeech/tts1/conf/tuning). @@ -742,6 +743,11 @@ You can find example configs of the above models in: - [`egs2/vctk/tts1/conf/tuning`](../../vctk/tts1/conf/tuning). - [`egs2/libritts/tts1/conf/tuning`](../../vctk/libritts/conf/tuning). +And now we support other toolkit's xvector. +Please check the following options. + +https://github.com/espnet/espnet/blob/df053b8c13c26fe289fc882751801fd781e9d43e/egs2/TEMPLATE/tts1/tts.sh#L69-L71 + ## FAQ ### ESPnet1 model is compatible with ESPnet2?