From 191691b61cae9a1713b2086b80f059adbee6f8c1 Mon Sep 17 00:00:00 2001 From: Haoyu Wang <48108414+javaThonc@users.noreply.github.com> Date: Thu, 26 Nov 2020 14:49:24 +0800 Subject: [PATCH] Update workflow_by_code_sfm.py --- examples/workflow_by_code_sfm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/workflow_by_code_sfm.py b/examples/workflow_by_code_sfm.py index b9ae61ad3..e9a72883a 100644 --- a/examples/workflow_by_code_sfm.py +++ b/examples/workflow_by_code_sfm.py @@ -77,7 +77,7 @@ if __name__ == "__main__": "dropout_W": 0.5, "dropout_U": 0.5, "n_epochs": 15, - "lr": 1e-2, + "lr": 1e-3, "metric": "", "batch_size": 1600, "early_stop": 20,