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 0ca5434..458d5b8 100644 --- a/cli/app/search/search_dense.py +++ b/cli/app/search/search_dense.py @@ -350,7 +350,7 @@ def find_dense_embedding_for_images(params, opt_tag="inverse_" + timestamp(), op if params.invert_labels: for layer_label in layer_label_variables: - encoding_init_funcs.append(gen_label.assign(layer_label)) + encoding_init_funcs.append(layer_label.assign(gen_label)) sess.run(encoding_init_funcs) |
