summaryrefslogtreecommitdiff
path: root/cli
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2020-01-10 20:05:38 +0100
committerJules Laplace <julescarbon@gmail.com>2020-01-10 20:05:38 +0100
commitb280b3b837b205e9283c0444bdb28bc2aa4e48ad (patch)
treebf42feaee9da818bd7fb251a5dc2d913d7f3628e /cli
parent5595366c9dfeefebba7c96729bcc29ff01f82f44 (diff)
test label training as part of encoding process
Diffstat (limited to 'cli')
-rw-r--r--cli/app/search/live.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/app/search/live.py b/cli/app/search/live.py
index a1f5fd3..b09575d 100644
--- a/cli/app/search/live.py
+++ b/cli/app/search/live.py
@@ -303,7 +303,7 @@ class Interpolator:
encoding_stored_mix = self.lerp_params['encoding_stored_mix']
# if we're showing an encoding already, lerp to the next one
- if encoding_mix.n.value > 0:
+ if encoding_stored_mix.n.value > 0:
encoding_stored.switch(target_value=new_encoding)
label_stored.switch(target_value=new_label)
latent_stored.switch(target_value=new_latent)