From 3d5ac3fe3ebe46c8f99079798552cbbca6f84139 Mon Sep 17 00:00:00 2001 From: "Dr. Kashif Rasul" Date: Mon, 13 Jan 2020 11:42:29 +0100 Subject: [PATCH] fix arg. --- pts/model/tempflow/tempflow_estimator.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pts/model/tempflow/tempflow_estimator.py b/pts/model/tempflow/tempflow_estimator.py index c0ac17f..ff577bb 100644 --- a/pts/model/tempflow/tempflow_estimator.py +++ b/pts/model/tempflow/tempflow_estimator.py @@ -188,7 +188,6 @@ class TempFlowEstimator(PTSEstimator): prediction_network = TempFlowPredictionNetwork( input_size=self.input_size, target_dim=self.target_dim, - num_parallel_samples=self.num_parallel_samples, num_layers=self.num_layers, num_cells=self.num_cells, cell_type=self.cell_type,