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