summaryrefslogtreecommitdiff
path: root/cli/app/commands
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2020-01-16 15:46:23 +0100
committerJules Laplace <julescarbon@gmail.com>2020-01-16 15:46:23 +0100
commit105083925c1fd67da5ce580021f8ec7a1497f7f7 (patch)
tree17c4a84d6632d6d599839e4b19bead16a4f729d6 /cli/app/commands
parent1cc66b6afd36f41776c6c649eb1088dbb7caf1c7 (diff)
tag :(
Diffstat (limited to 'cli/app/commands')
-rw-r--r--cli/app/commands/biggan/extract_dense_vectors.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/app/commands/biggan/extract_dense_vectors.py b/cli/app/commands/biggan/extract_dense_vectors.py
index 707b99d..7d11e18 100644
--- a/cli/app/commands/biggan/extract_dense_vectors.py
+++ b/cli/app/commands/biggan/extract_dense_vectors.py
@@ -48,7 +48,7 @@ def cli(ctx, opt_folder_id, opt_latent_steps, opt_dense_steps, opt_video, opt_re
print("Processing folder {} ({}), {} new files".format(folder['name'], folder['id'], len(unprocessed_files)))
- tag = "folder_{}".format(folder['id'])
+ tag = "folder_{}_{}".format(folder['id'], timestamp())
paths = [file['path'] for file in unprocessed_files]
opt_feature_layers = opt_feature_layers.split(',')