Update README.md

notebook example
This commit is contained in:
Eren Golge 2018-12-19 12:52:30 +01:00 committed by GitHub
parent 3094a09157
commit d5d8458093
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ TTS provides a generic dataloder easy to use for new datasets. You need to write
- [Nancy](http://www.cstr.ed.ac.uk/projects/blizzard/2011/lessac_blizzard2011/)
## Training and Fine-tuning LJ-Speech
[Click Here](https://colab.research.google.com/drive/1yUUBzdlavefXj3WRgK1SuWyJf92ME9_m?authuser=1#folderId=0AIBvuHEQn-h3Uk9PVA&updateTitle=true) for hands on **CoLab example**, training LJSpeech.
[Click Here](https://gist.github.com/erogol/8f39174c3f0475221c8978aeb10d4fdc) for hands on **Notebook example**, training LJSpeech.
Split ```metadata.csv``` into train and validation subsets respectively ```metadata_train.csv``` and ```metadata_val.csv```. Note that having a validation split does not work well as oppose to other ML problems since at the validation time model generates spectrogram slices without "Teacher-Forcing" and that leads misalignment between the ground-truth and the prediction. Therefore, validation loss does not really show the model performance. Rather, you might use the all data for training and check the model performance by relying on human inspection.