diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2020-01-11 02:40:19 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2020-01-11 02:40:19 +0100 |
| commit | 59256ce2dce7c2c542a4d9586267da10a4497f98 (patch) | |
| tree | 1f822afc74c8c453d52420053e472ada2bc2ca64 /cli/app | |
| parent | 509de775884d0bcf89f103580cc7b081215c235a (diff) | |
tag iamges
Diffstat (limited to 'cli/app')
| -rw-r--r-- | cli/app/search/search_dense.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cli/app/search/search_dense.py b/cli/app/search/search_dense.py index ac66a73..6cc03ce 100644 --- a/cli/app/search/search_dense.py +++ b/cli/app/search/search_dense.py @@ -17,7 +17,7 @@ import time import app.search.visualize as vs tf.compat.v1.logging.set_verbosity(tf.compat.v1.logging.ERROR) -from app.search.params import Params +from app.search.params import Params, timestamp from app.settings import app_cfg from app.utils.file_utils import write_pickle from app.utils.cortex_utils import upload_bytes_to_cortex @@ -42,7 +42,7 @@ feature_layer_names = { '7c': "InceptionV3/Mixed_7c", } -def find_dense_embedding_for_images(params, opt_tag="inverse", opt_feature_layers=["1a,2a,3a,4a,7a"], opt_save_progress=True): +def find_dense_embedding_for_images(params, opt_tag="inverse_" + timestamp(), opt_feature_layers=["1a,2a,3a,4a,7a"], opt_save_progress=True): # -------------------------- # Global directories. # -------------------------- |
