Modularize functions in Tacotron

This commit is contained in:
Eren Golge
2019-03-05 13:25:50 +01:00
parent cc34fe4c7c
commit 1e8fdec084
5 changed files with 121 additions and 91 deletions
-1
View File
@@ -29,7 +29,6 @@
"url": "tcp:\/\/localhost:54321"
},
"embedding_size": 256, // Character embedding vector length. You don't need to change it in general.
"text_cleaner": "phoneme_cleaners",
"epochs": 1000, // total number of epochs to train.
"lr": 0.0001, // Initial learning rate. If Noam decay is active, maximum learning rate.