]> git.sesse.net Git - voxel-flow/commitdiff
Fix a syntax error.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Thu, 8 Feb 2018 18:48:01 +0000 (19:48 +0100)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Thu, 8 Feb 2018 18:48:01 +0000 (19:48 +0100)
voxel_flow_train.py

index 856ba857070fdd007f977eb7f7d76859f22987e0..dfe87b198e63a3286bb674361b7608b4509a74d6 100755 (executable)
@@ -52,7 +52,7 @@ def train(dataset_frame1, dataset_frame2, dataset_frame3):
 
     # Prepare model.
     model = Voxel_flow_model()
-    prediction = model.inference(input_placeholder) d
+    prediction = model.inference(input_placeholder)
     # reproduction_loss, prior_loss = model.loss(prediction, target_placeholder)
     reproduction_loss = model.loss(prediction, target_placeholder)
     # total_loss = reproduction_loss + prior_loss