diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-06-25 18:13:03 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-06-25 18:13:03 +0200 |
| commit | 668094072037d4f0b3ed218859af8a17a50285f5 (patch) | |
| tree | 39f4148865c0e277eca808aac9fd16fca57751d8 /run.py | |
| parent | c71ebd57fffce5057d30917a4bff60dfc0e6c9ae (diff) | |
process sequences
Diffstat (limited to 'run.py')
| -rw-r--r-- | run.py | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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() |
