diff --git a/README.md b/README.md index fed32599..01ba258d 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,7 @@ You can try the real-time end-to-end text-to-speech demonstration in Google Cola ## What's new +- 2021/10/21 Single-speaker Korean recipe [egs/kss/voc1] is available. - 2021/08/24 Add more pretrained models of StyleMelGAN and HiFi-GAN. - 2021/08/07 Add initial pretrained models of StyleMelGAN and HiFi-GAN. - 2021/08/03 Support [StyleMelGAN](https://arxiv.org/abs/2011.01557) generator and discriminator! diff --git a/egs/README.md b/egs/README.md index 428bb53f..88067da5 100644 --- a/egs/README.md +++ b/egs/README.md @@ -12,6 +12,7 @@ Currently, the following recipes are supported. - [VCTK](https://homepages.inf.ed.ac.uk/jyamagis/page3/page58/page58.html): English multi-speaker - [LibriTTS](https://arxiv.org/abs/1904.02882): English multi-speaker - [YesNo](https://arxiv.org/abs/1904.02882): English speaker (For debugging) +- [KSS](https://www.kaggle.com/bryanpark/korean-single-speaker-speech-dataset): Single Korean female speaker ## How to run the recipe diff --git a/egs/kss/voc1/cmd.sh b/egs/kss/voc1/cmd.sh new file mode 100755 index 00000000..19f34210 --- /dev/null +++ b/egs/kss/voc1/cmd.sh @@ -0,0 +1,91 @@ +# ====== About run.pl, queue.pl, slurm.pl, and ssh.pl ====== +# Usage: .pl [options] JOB=1: +# e.g. +# run.pl --mem 4G JOB=1:10 echo.JOB.log echo JOB +# +# Options: +# --time