summaryrefslogtreecommitdiff
path: root/cli/app/commands/biggan
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2020-02-10 19:38:25 +0100
committerJules Laplace <julescarbon@gmail.com>2020-02-10 19:38:25 +0100
commite9e821f035251d465c8e11060501c6d7183d13fa (patch)
tree53d788cf68c27ff3f6348226a4630c6e417c9185 /cli/app/commands/biggan
parent83eed8438f978f9b75268dda890134885b07ef6d (diff)
what the...
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 0f61528..05b2c23 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=1000, type=int,
+@click.option('-ls', '--latent_steps', 'opt_latent_steps', default=100, type=int,
help='Number of optimization iterations')
@click.option('-ds', '--dense_steps', 'opt_dense_steps', default=2000, type=int,
help='Number of optimization iterations')