mirror of
https://github.com/wassname/pytorch-ts.git
synced 2026-07-23 13:10:06 +08:00
fix typo
This commit is contained in:
@@ -65,7 +65,7 @@ class TempFlowTrainingNetwork(nn.Module):
|
||||
self.dequantize = dequantize
|
||||
|
||||
self.distr_output = FlowOutput(
|
||||
self.flow, input_size=input_size, cond_size=conditioning_length
|
||||
self.flow, input_size=target_dim, cond_size=conditioning_length
|
||||
)
|
||||
|
||||
self.proj_dist_args = self.distr_output.get_args_proj(num_cells)
|
||||
|
||||
Reference in New Issue
Block a user