config change for lr=0.0001 with no scheduler

This commit is contained in:
Eren Golge 2018-11-13 15:18:14 +01:00
Родитель 161a26c9dd
Коммит 0cca7920fc
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

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