From 229f6eba6f211447e1e28d64ab53584a99a1053f Mon Sep 17 00:00:00 2001 From: Kevin Wang <126712357+KevinWang676@users.noreply.github.com> Date: Mon, 25 Sep 2023 20:42:43 -0700 Subject: [PATCH] Update config.json --- configs/config.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configs/config.json b/configs/config.json index 1a53a1b..8d92707 100644 --- a/configs/config.json +++ b/configs/config.json @@ -1,9 +1,9 @@ { "train": { - "log_interval": 10, - "eval_interval": 100, + "log_interval": 200, + "eval_interval": 1000, "seed": 1234, - "epochs": 1000, + "epochs": 20000, "learning_rate": 2e-4, "betas": [0.8, 0.99], "eps": 1e-9,