make learning rate schedule optional

pull/10/head
Eren Golge 2018-11-05 14:07:13 +01:00
parent 6550db5251
commit bf8be66584
1 changed files with 2 additions and 3 deletions

View File

@ -28,9 +28,8 @@
"text_cleaner": "english_cleaners", "text_cleaner": "english_cleaners",
"epochs": 1000, "epochs": 1000,
// "lr": 0.0015, "lr": 0.0015,
"lr": 0.0001, "lr_decay": true,
"lr_decay": false,
"warmup_steps": 4000, "warmup_steps": 4000,
"batch_size": 32, "batch_size": 32,