From 460f6d44f52866262d208e01d09409345c7f7fe7 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Fri, 17 Jan 2020 01:35:57 +0100 Subject: just adding sine --- cli/app/search/live.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/app/search/live.py') diff --git a/cli/app/search/live.py b/cli/app/search/live.py index 31358e1..0e9a724 100644 --- a/cli/app/search/live.py +++ b/cli/app/search/live.py @@ -223,8 +223,8 @@ class Interpolator: disentangled = z_mix.output + zoom + shiftx + shifty + luminance # Latent - stored vector - latent_stored = LerpParam(name='latent_stored', shape=[BATCH_SIZE, Z_DIM], datatype="noise") # latent_stored = InterpolatorParam(name='latent_stored', shape=[BATCH_SIZE, Z_DIM], datatype="noise") + latent_stored = LerpParam(name='latent_stored', shape=[BATCH_SIZE, Z_DIM], datatype="noise") latent_stored_mix = LerpParam('latent_stored_mix', a_in=disentangled, b_in=latent_stored.output, shape=[BATCH_SIZE, Z_DIM], datatype="input") # Label -- cgit v1.2.3-70-g09d2