From 35d12cd055d82aacfc0293ade6d4952dd4d231ed Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Sat, 21 Dec 2019 12:54:49 +0100 Subject: zoom amt --- inversion/live.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inversion/live.py b/inversion/live.py index a980e70..a33b728 100644 --- a/inversion/live.py +++ b/inversion/live.py @@ -197,7 +197,7 @@ class Interpolator: z_sum = lerp_z.output + sin_z.output z_abs = z_sum / tf.abs(z_sum) * abs_zoom.variable - z_mix = LerpParam('abs_mix', a_in=z_sum, b_in=z_mix, shape=[BATCH_SIZE, Z_DIM], datatype="input") + z_mix = LerpParam('abs_mix', a_in=z_sum, b_in=z_abs, shape=[BATCH_SIZE, Z_DIM], datatype="input") # self.opts['z'] = InterpolatorParam(name='z', shape=[BATCH_SIZE, Z_DIM], datatype='noise') # self.opts['y'] = InterpolatorParam(name='y', shape=[BATCH_SIZE, N_CLASS], datatype='label') -- cgit v1.2.3-70-g09d2