summaryrefslogtreecommitdiff
path: root/inversion/live.py
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2019-12-19 18:43:24 +0100
committerJules Laplace <julescarbon@gmail.com>2019-12-19 18:43:24 +0100
commit11b3cfc59be4b2ecae8f7800a7c48a10d11931b2 (patch)
treee5167e5be0efb55caeec4167e05b5c0bde8300e5 /inversion/live.py
parentce0db1254140e10cc8917babb497364e2aef7e8f (diff)
type
Diffstat (limited to 'inversion/live.py')
-rw-r--r--inversion/live.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/inversion/live.py b/inversion/live.py
index 299aa3f..07af3fe 100644
--- a/inversion/live.py
+++ b/inversion/live.py
@@ -140,7 +140,7 @@ class Interpolator:
gen_in['truncation'] = 1.0 # self.opts['truncation'].variable
gen_in['z'] = self.opts['z'].variable # lerp_z # + sin_z
gen_in['y'] = self.opts['y'].variable
- gen_img = generator(gen_in, signature=gen_signature)
+ self.gen_img = generator(gen_in, signature=gen_signature)
# Convert generated image to channels_first.
# self.gen_img = tf.transpose(gen_img, [0, 3, 1, 2])