mirror of
https://github.com/wassname/pytorch-ts.git
synced 2026-08-03 13:10:21 +08:00
another typo
This commit is contained in:
@@ -583,7 +583,7 @@ class TransformerTempFlowPredictionNetwork(TransformerTempFlowTrainingNetwork):
|
||||
# unroll_length=1,
|
||||
# )
|
||||
|
||||
distr_args = self.distr_args(dec_output=dec_output)
|
||||
distr_args = self.distr_args(decoder_output=dec_output)
|
||||
|
||||
# (batch_size, 1, target_dim)
|
||||
new_samples = self.flow.sample(cond=distr_args)
|
||||
|
||||
Reference in New Issue
Block a user