diff options
Diffstat (limited to 'cli/app/search/search_dense.py')
| -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 00ae5b3..b2c77f4 100644 --- a/cli/app/search/search_dense.py +++ b/cli/app/search/search_dense.py @@ -330,7 +330,7 @@ def find_dense_embedding_for_images(params, opt_tag="inverse_" + timestamp(), op if params.inv_layer == 'latent': trained_params = [latent] else: - trained_params = [label, latent, encoding] + trained_params = [latent, encoding] if params.invert_labels: trained_params += layer_label_variables |
