mirror of
https://github.com/wassname/pytorch-ts.git
synced 2026-08-06 13:30:10 +08:00
fix typo
This commit is contained in:
@@ -546,7 +546,7 @@ class TransformerTempFlowPredictionNetwork(TransformerTempFlowTrainingNetwork):
|
||||
subsequences_length=1,
|
||||
)
|
||||
|
||||
lags_scaled = lags / repeated_scale.unsqueeze(1)
|
||||
lags_scaled = lags / repeated_scale.unsqueeze(-1)
|
||||
|
||||
input_lags = lags_scaled.reshape(
|
||||
shape=(-1, 1, prod(self.target_shape) * len(self.lags_seq))
|
||||
|
||||
Reference in New Issue
Block a user