another one

This commit is contained in:
Dr. Kashif Rasul
2020-01-13 11:41:30 +01:00
parent 5707abe353
commit 77d27e1fbb
+1 -1
View File
@@ -179,7 +179,7 @@ class TempFlowEstimator(PTSEstimator):
conditioning_length=self.conditioning_length,
).to(device)
def create_predictor(
def create_predictor(
self,
transformation: Transformation,
trained_network: TempFlowTrainingNetwork,