From 668094072037d4f0b3ed218859af8a17a50285f5 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Mon, 25 Jun 2018 18:13:03 +0200 Subject: process sequences --- run.py | 1 - 1 file changed, 1 deletion(-) (limited to 'run.py') 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() -- cgit v1.2.3-70-g09d2