diff options
Diffstat (limited to 'cli/app/search')
| -rw-r--r-- | cli/app/search/search_dense.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/app/search/search_dense.py b/cli/app/search/search_dense.py index 9c56920..0ca5434 100644 --- a/cli/app/search/search_dense.py +++ b/cli/app/search/search_dense.py @@ -128,7 +128,7 @@ def find_dense_embedding_for_images(params, opt_tag="inverse_" + timestamp(), op "Generator_2/concat_6", ] op_input_index = 1 - layer_shape = [1, 128,] + layer_shape = [128,] for op_name in op_names: layer_name = 'module_apply_{}/{}'.format(gen_signature, op_name) variable_name = op_name + "_label" |
