diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2020-01-17 01:35:57 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2020-01-17 01:35:57 +0100 |
| commit | 460f6d44f52866262d208e01d09409345c7f7fe7 (patch) | |
| tree | 5489c1f1030651b558616528e420b8ad99b7d2d7 /cli/app | |
| parent | efef53035a578d3aa80ff01e0928669eb3828233 (diff) | |
just adding sine
Diffstat (limited to 'cli/app')
| -rw-r--r-- | cli/app/search/live.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
