diff options
Diffstat (limited to 'cli/app/commands/biggan')
| -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, |
