From 3fe3ff2ffc43edc4cfddfbf26ed05a3c74d4dcd9 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Thu, 19 Dec 2019 20:04:40 +0100 Subject: redo lerping and sineing --- inversion/live.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'inversion') diff --git a/inversion/live.py b/inversion/live.py index 4a3303e..6a01eae 100644 --- a/inversion/live.py +++ b/inversion/live.py @@ -164,8 +164,8 @@ class Interpolator: self.lerp_params = {} def build(self): - self.opts['truncation'] = InterpolatorParam(name='truncation', value=1.0), - self.opts['num_classes'] = InterpolatorParam(name='num_classes', value=1.0), + InterpolatorParam(name='truncation', value=1.0), + InterpolatorParam(name='num_classes', value=1.0), lerp_z = LerpParam('latent', [BATCH_SIZE, Z_DIM]) sin_z = SinParam('orbit', [BATCH_SIZE, Z_DIM]) lerp_label = LerpParam('label', [BATCH_SIZE, N_CLASS], type="label") -- cgit v1.2.3-70-g09d2