From 748e0c4ad5ab61dc95096f78f242d201036c82b4 Mon Sep 17 00:00:00 2001 From: "Dr. Kashif Rasul" Date: Mon, 13 Jan 2020 13:42:57 +0100 Subject: [PATCH] output_transform is none --- pts/model/tempflow/tempflow_estimator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pts/model/tempflow/tempflow_estimator.py b/pts/model/tempflow/tempflow_estimator.py index 62f6f74..59d921b 100644 --- a/pts/model/tempflow/tempflow_estimator.py +++ b/pts/model/tempflow/tempflow_estimator.py @@ -222,5 +222,5 @@ class TempFlowEstimator(PTSEstimator): freq=self.freq, prediction_length=self.prediction_length, device=device, - output_transform=self.output_transform, + output_transform=None, )