summaryrefslogtreecommitdiff
path: root/run.py
diff options
context:
space:
mode:
Diffstat (limited to 'run.py')
-rw-r--r--run.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/run.py b/run.py
index 42f4e79..779eb2c 100644
--- a/run.py
+++ b/run.py
@@ -61,7 +61,6 @@ def recurse_two_frames(moduleNetwork, tensorOutput, a_np, b_np, frame_index, mor
tensorInputFirst = torch.FloatTensor(a_np)
tensorInputSecond = torch.FloatTensor(b_np)
- print("{} {}".format(tensorInputFirst.size(1), tensorInputSecond.size(1)))
process(moduleNetwork, tensorInputFirst, tensorInputSecond, tensorOutput)
middle_np = tensorOutput.clamp(0.0, 1.0).numpy()