summaryrefslogtreecommitdiff
path: root/cli/app/search/live.py
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2020-02-23 15:41:12 +0100
committerJules Laplace <julescarbon@gmail.com>2020-02-23 15:41:12 +0100
commitcafc6a9321cb4716beb9fa1cc788bed5df5ca642 (patch)
tree5871811f3fe378ade3a7f3ac74d9a30eaa3890a6 /cli/app/search/live.py
parent619b10d0c954a9b175e377f2522604a32ab6dee2 (diff)
getting rid of the labels
Diffstat (limited to 'cli/app/search/live.py')
-rw-r--r--cli/app/search/live.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/cli/app/search/live.py b/cli/app/search/live.py
index 57d5df4..1eab871 100644
--- a/cli/app/search/live.py
+++ b/cli/app/search/live.py
@@ -317,8 +317,8 @@ class Interpolator:
]
op_input_index = 1
- # first_mix = encoding_stored_mix
- first_mix = None
+ first_mix = encoding_stored_mix
+ # first_mix = None
# split_shape = [1, 128]
for op_name, layer_id in zip(layer_op_names, range(7)):
tensor_name = 'module_apply_{}/linear_1/MatMul:0'.format(gen_signature)