summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2020-02-20 23:34:02 +0100
committerJules Laplace <julescarbon@gmail.com>2020-02-20 23:34:02 +0100
commit2e9a92f81613c7390fdcdaadbe9b29fd6f0db48e (patch)
tree2fbbd3d286bd31c8a59c2d5c3fa5ab653833e773
parentb385b4ca946585effcdc90849b2ed9c840f29ad4 (diff)
vgg?
-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 b15d538..754dbd3 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=200, 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')