diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2020-01-16 15:48:48 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2020-01-16 15:48:48 +0100 |
| commit | 4a6259c21629bcfa31a0f756ddc31ee511f154c7 (patch) | |
| tree | 6467ec092abacf0f88c9abfb04f9d5f8e64c5bc5 | |
| parent | 105083925c1fd67da5ce580021f8ec7a1497f7f7 (diff) | |
ts
| -rw-r--r-- | cli/app/commands/biggan/extract_dense_vectors.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/app/commands/biggan/extract_dense_vectors.py b/cli/app/commands/biggan/extract_dense_vectors.py index 7d11e18..3aa0df4 100644 --- a/cli/app/commands/biggan/extract_dense_vectors.py +++ b/cli/app/commands/biggan/extract_dense_vectors.py @@ -5,6 +5,7 @@ from app.utils.cortex_utils import cortex_folder, download_cortex_files, find_un from app.search.search_class import find_nearest_vector_for_images from app.search.search_dense import find_dense_embedding_for_images from app.search.json import params_dense_dict +from app.search.params import timestamp @click.command('') @click.option('-f', '--folder_id', 'opt_folder_id', type=int, |
