From fb10cbb2a23792ba8baf29816f69388218ee970a Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Mon, 25 Jun 2018 15:31:32 +0200 Subject: go hey --- run.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/run.py b/run.py index dc61660..9c0bae2 100644 --- a/run.py +++ b/run.py @@ -57,8 +57,8 @@ def process_tree(moduleNetwork, a, b, tensorOutput, steps): if steps < 2: return [tensorMiddle] else: - tensorLeft = process_tree(moduleNetwork, tensorInputFirst, tensorMiddle, tensorOutput, steps / 2) - tensorRight = process_tree(moduleNetwork, tensorMiddle, tensorInputSecond, tensorOutput, steps / 2) + tensorLeft = process_tree(moduleNetwork, a, tensorMiddle, tensorOutput, steps / 2) + tensorRight = process_tree(moduleNetwork, tensorMiddle, b, tensorOutput, steps / 2) return tensorLeft + [tensorMiddle] + tensorRight if arguments_strVideo and arguments_strVideoOut: -- cgit v1.2.3-70-g09d2