This commit is contained in:
Dr. Kashif Rasul
2020-01-13 11:29:59 +01:00
parent 52fbc77f21
commit 2fb5aa5f77
-1
View File
@@ -19,7 +19,6 @@ class TempFlowTrainingNetwork(nn.Module):
history_length: int,
context_length: int,
prediction_length: int,
distr_output: DistributionOutput,
dropout_rate: float,
lags_seq: List[int],
target_dim: int,