readme update

pull/1/head
erogol 2020-06-19 14:52:43 +02:00
parent 0176cd6b2c
commit aad51bc4f9
1 changed files with 4 additions and 4 deletions

View File

@ -22,11 +22,11 @@ If you are new, you can also find [here](http://www.erogol.com/text-speech-deep-
- Speaker Encoder to compute speaker embeddings efficiently. - Speaker Encoder to compute speaker embeddings efficiently.
- Vocoder models (MelGAN, Multiband-MelGAN, GAN-TTS) - Vocoder models (MelGAN, Multiband-MelGAN, GAN-TTS)
- Support for multi-speaker TTS training. - Support for multi-speaker TTS training.
- Support for Multi-GPUs training.
- Ability to convert Torch models to Tensorflow 2.0 for inference. - Ability to convert Torch models to Tensorflow 2.0 for inference.
- Released trained models. - Released pre-trained models.
- Efficient training codes for PyTorch. (soon for Tensorflow 2.0) - Fast and efficient model training.
- Codes to convert Torch models to Tensorflow 2.0. - Detailed training logs on console and Tensorboard.
- Detailed training anlaysis on console and Tensorboard.
- Tools to curate Text2Speech datasets under```dataset_analysis```. - Tools to curate Text2Speech datasets under```dataset_analysis```.
- Demo server for model testing. - Demo server for model testing.
- Notebooks for extensive model benchmarking. - Notebooks for extensive model benchmarking.