From 0cca7920fc1119245471c6b3f82c6c44c1780917 Mon Sep 17 00:00:00 2001 From: Eren Golge Date: Tue, 13 Nov 2018 15:18:14 +0100 Subject: [PATCH] config change for lr=0.0001 with no scheduler --- config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.json b/config.json index 81ffe97a..e166a750 100644 --- a/config.json +++ b/config.json @@ -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,