diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2020-02-23 15:41:12 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2020-02-23 15:41:12 +0100 |
| commit | cafc6a9321cb4716beb9fa1cc788bed5df5ca642 (patch) | |
| tree | 5871811f3fe378ade3a7f3ac74d9a30eaa3890a6 | |
| parent | 619b10d0c954a9b175e377f2522604a32ab6dee2 (diff) | |
getting rid of the labels
| -rw-r--r-- | cli/app/search/live.py | 4 |
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) |
