summaryrefslogtreecommitdiff
path: root/cli/app/commands/biggan
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2020-02-22 17:08:39 +0100
committerJules Laplace <julescarbon@gmail.com>2020-02-22 17:08:39 +0100
commit2dcd84d8a567d1cf0164e5cabe8434e6b0b99fd9 (patch)
tree4840f85647307b626fece971d03ff100ad0bcd29 /cli/app/commands/biggan
parent4f146dba5bfdabf443ffacd01af86c41c12110ec (diff)
incorporate layers into live scritpg
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 ddea99d..fa19364 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=200, type=int,
help='Number of optimization iterations')
@click.option('-ds', '--dense_steps', 'opt_dense_steps', default=2000, type=int,
help='Number of optimization iterations')