修正配置
This commit is contained in:
parent
5f9ab76a27
commit
59fb75cd3c
|
|
@ -11,8 +11,8 @@ data:
|
||||||
column_wise: false
|
column_wise: false
|
||||||
days_per_week: 7
|
days_per_week: 7
|
||||||
default_graph: true
|
default_graph: true
|
||||||
horizon: 12
|
horizon: 24
|
||||||
lag: 12
|
lag: 24
|
||||||
normalizer: std
|
normalizer: std
|
||||||
num_nodes: 1024
|
num_nodes: 1024
|
||||||
steps_per_day: 48
|
steps_per_day: 48
|
||||||
|
|
@ -24,8 +24,8 @@ data:
|
||||||
batch_size: 16
|
batch_size: 16
|
||||||
|
|
||||||
model:
|
model:
|
||||||
pred_len: 12
|
pred_len: 24
|
||||||
seq_len: 12
|
seq_len: 24
|
||||||
patch_len: 6
|
patch_len: 6
|
||||||
stride: 7
|
stride: 7
|
||||||
dropout: 0.2
|
dropout: 0.2
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue