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",
"epochs": 1000,
// "lr": 0.0015,
"lr": 0.0001,
"lr_decay": false,
"lr": 0.0015,
"lr_decay": true,
"warmup_steps": 4000,
"batch_size": 32,