From 59fb75cd3c42d4243f3402373c6013b9d22ac0bd Mon Sep 17 00:00:00 2001 From: czzhangheng Date: Sun, 23 Nov 2025 21:26:45 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/REPST/BJTaxi-Inflow.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config/REPST/BJTaxi-Inflow.yaml b/config/REPST/BJTaxi-Inflow.yaml index 5918c94..37577a2 100755 --- a/config/REPST/BJTaxi-Inflow.yaml +++ b/config/REPST/BJTaxi-Inflow.yaml @@ -11,8 +11,8 @@ data: column_wise: false days_per_week: 7 default_graph: true - horizon: 12 - lag: 12 + horizon: 24 + lag: 24 normalizer: std num_nodes: 1024 steps_per_day: 48 @@ -24,8 +24,8 @@ data: batch_size: 16 model: - pred_len: 12 - seq_len: 12 + pred_len: 24 + seq_len: 24 patch_len: 6 stride: 7 dropout: 0.2