From 5a109f91ac82cd9aac59c38cd2257d29b3b4645c Mon Sep 17 00:00:00 2001 From: MingzheYang Date: Thu, 22 Jan 2026 21:04:44 +0800 Subject: [PATCH] update qaq --- example/config.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/example/config.json b/example/config.json index 215a9a4..d5feaf6 100644 --- a/example/config.json +++ b/example/config.json @@ -7,10 +7,10 @@ "out_dir": "./results", "device": "auto", "timesteps": 400, - "batch_size": 256, - "seq_len": 256, - "epochs": 12, - "max_batches": 8000, + "batch_size": 128, + "seq_len": 128, + "epochs": 8, + "max_batches": 3000, "lambda": 0.5, "lr": 0.0005, "seed": 1337, @@ -26,5 +26,5 @@ "use_tanh_eps": true, "eps_scale": 1.0, "sample_batch_size": 8, - "sample_seq_len": 256 + "sample_seq_len": 128 }