From c6fcddceca1a61c08a0ae94d17395d9a8462f6bf Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Mon, 25 Jun 2018 18:14:59 +0200 Subject: process sequences --- run.py | 1 + 1 file changed, 1 insertion(+) diff --git a/run.py b/run.py index 779eb2c..7726f59 100644 --- a/run.py +++ b/run.py @@ -58,6 +58,7 @@ index = 0 def recurse_two_frames(moduleNetwork, tensorOutput, a_np, b_np, frame_index, morph_index, step, depth=0): step /= 2 + print("generate {} {} {}".format(frame_index, morph_index, step)) tensorInputFirst = torch.FloatTensor(a_np) tensorInputSecond = torch.FloatTensor(b_np) -- cgit v1.2.3-70-g09d2