summaryrefslogtreecommitdiff
path: root/cli/app/commands
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2020-02-11 15:24:21 +0100
committerJules Laplace <julescarbon@gmail.com>2020-02-11 15:24:21 +0100
commite29787e034ce7131d68ea2c14ac3db45fdef57f8 (patch)
treec490af6bba79c26d7cc41c61a0998863f68bf8e4 /cli/app/commands
parentaa6744513ddb38393ddbaaf9703fd644d1da7e99 (diff)
save progress
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 018d646..1109dba 100644
--- a/cli/app/commands/biggan/extract_dense_vectors.py
+++ b/cli/app/commands/biggan/extract_dense_vectors.py
@@ -73,5 +73,5 @@ def cli(ctx, opt_folder_id, opt_latent_steps, opt_dense_steps, opt_video, opt_re
find_dense_embedding_for_images(params,
opt_tag=tag,
opt_feature_layers=opt_feature_layers,
- opt_save_progress=False)
+ opt_save_progress=True)