README update

This commit is contained in:
erogol 2020-06-17 13:35:37 +02:00
parent df10e2a92a
commit 25aec41626
1 changed files with 4 additions and 1 deletions

View File

@ -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.