mirror of
https://github.com/wassname/pytorch-ts.git
synced 2026-07-19 11:27:25 +08:00
initial lstnet multivariate point forecasting model (#9)
* initial lstnet * lstnet network * fixed forward * fix splitter * fix prediction * rename argument to what it is i.e. time_first * fixed scaling and some default values * scaler can now take time_first=False tensors
This commit is contained in:
committed by
GitHub Enterprise
parent
2d8f6d31f0
commit
c5fac32bb2
@@ -363,7 +363,7 @@ def test_multi_dim_transformation(is_train):
|
||||
past_length=train_length,
|
||||
future_length=pred_length,
|
||||
time_series_fields=["dynamic_feat", "observed_values"],
|
||||
batch_first=False,
|
||||
time_first=False,
|
||||
),
|
||||
]
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user