From aad51bc4f9f3f9970a8773c1fc8416c418f33574 Mon Sep 17 00:00:00 2001 From: erogol Date: Fri, 19 Jun 2020 14:52:43 +0200 Subject: [PATCH] readme update --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a211764c..57a979d7 100644 --- a/README.md +++ b/README.md @@ -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. - Vocoder models (MelGAN, Multiband-MelGAN, GAN-TTS) - Support for multi-speaker TTS training. +- Support for Multi-GPUs training. - Ability to convert Torch models to Tensorflow 2.0 for inference. -- Released trained models. -- Efficient training codes for PyTorch. (soon for Tensorflow 2.0) -- Codes to convert Torch models to Tensorflow 2.0. -- Detailed training anlaysis on console and Tensorboard. +- Released pre-trained models. +- Fast and efficient model training. +- Detailed training logs on console and Tensorboard. - Tools to curate Text2Speech datasets under```dataset_analysis```. - Demo server for model testing. - Notebooks for extensive model benchmarking.