mirror of https://github.com/coqui-ai/TTS.git
README update
This commit is contained in:
parent
df10e2a92a
commit
25aec41626
|
@ -32,4 +32,7 @@ You can fine-tune a pre-trained model by the following command.
|
|||
|
||||
Restoring a model starts a new training in a different output folder. It only restores model weights with the given checkpoint file. However, continuing a training starts from the same conditions the previous training run left off.
|
||||
|
||||
You can also follow your training runs on Tensorboard as you do with our TTS models.
|
||||
You can also follow your training runs on Tensorboard as you do with our TTS models.
|
||||
|
||||
## Acknowledgement
|
||||
Thanks to @kan-bayashi for his [repository](https://github.com/kan-bayashi/ParallelWaveGAN) being the start point of our work.
|
Loading…
Reference in New Issue