summaryrefslogtreecommitdiff
path: root/cli/app/commands/biggan
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2020-02-10 18:48:15 +0100
committerJules Laplace <julescarbon@gmail.com>2020-02-10 18:48:15 +0100
commit8197048ae7b33ce27a810ed43ea188f3815c0f5b (patch)
tree8c07a69f014df7afa00a20485597177c15e12932 /cli/app/commands/biggan
parent67e5e02456ff796dba4601d0305fbc08e358cce9 (diff)
feature loss on quadrants
Diffstat (limited to 'cli/app/commands/biggan')
-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 e8f0587..54f9762 100644
--- a/cli/app/commands/biggan/extract_dense_vectors.py
+++ b/cli/app/commands/biggan/extract_dense_vectors.py
@@ -10,7 +10,7 @@ from app.search.params import timestamp
@click.command('')
@click.option('-f', '--folder_id', 'opt_folder_id', type=int,
help='Folder ID to process')
-@click.option('-ls', '--latent_steps', 'opt_latent_steps', default=2000, type=int,
+@click.option('-ls', '--latent_steps', 'opt_latent_steps', default=1000, type=int,
help='Number of optimization iterations')
@click.option('-ds', '--dense_steps', 'opt_dense_steps', default=2000, type=int,
help='Number of optimization iterations')