From a6d5348d5b0fdb88e380a7e02b64154b3e9ffce8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stardust=C2=B7=E5=87=8F?= <2225664821@qq.com> Date: Sun, 29 Oct 2023 09:49:54 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20config.json?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- configs/config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configs/config.json b/configs/config.json index bb5287e..ad47cd2 100644 --- a/configs/config.json +++ b/configs/config.json @@ -4,13 +4,13 @@ "eval_interval": 1000, "seed": 52, "epochs": 10000, - "learning_rate": 0.0003, + "learning_rate": 0.0002, "betas": [ 0.8, 0.99 ], "eps": 1e-09, - "batch_size": 8, + "batch_size": 12, "fp16_run": false, "lr_decay": 0.999875, "segment_size": 16384,