summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--run.py1
1 files changed, 1 insertions, 0 deletions
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)