diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2020-02-18 18:43:31 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2020-02-18 18:43:31 +0100 |
| commit | 0cc49c15cbf495ee9d50d4f420013e03adf0bedc (patch) | |
| tree | 6dcadfb9d784c9ea1d58f3244534bbbae72c095a /cli | |
| parent | 840b5ea07cd6871ae0dd041da2aab906d5fff334 (diff) | |
simple sum
Diffstat (limited to 'cli')
| -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 f0e0a68..4b0e104 100644 --- a/cli/app/search/search_dense.py +++ b/cli/app/search/search_dense.py @@ -422,7 +422,7 @@ def find_dense_embedding_for_images(params, opt_tag="inverse_" + timestamp(), op encoding_init_funcs = [ reinit_optimizer, - reinit_optimizer_quad, + # reinit_optimizer_quad, # reinit_optimizer_quint, ] |
