summaryrefslogtreecommitdiff
path: root/cli/app
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2020-01-21 15:18:39 +0100
committerJules Laplace <julescarbon@gmail.com>2020-01-21 15:18:39 +0100
commita5c3b73d8efb2f83aa1e58620454003493d2ebdb (patch)
treee2bb7daf857694af91209d8824215f94dc26adb3 /cli/app
parent62ca16040e9f456c24bbde3a6e4cad6f31919b01 (diff)
clip more
Diffstat (limited to 'cli/app')
-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 3ca7313..7a6e168 100644
--- a/cli/app/commands/biggan/extract_dense_vectors.py
+++ b/cli/app/commands/biggan/extract_dense_vectors.py
@@ -28,7 +28,7 @@ from app.search.params import timestamp
help='Feature layers used for loss')
@click.option('-snap', '--snapshot_interval', 'opt_snapshot_interval', default=20,
help='Interval to store sample images')
-@click.option('-clip', '--clip_interval', 'opt_clip_interval', default=500,
+@click.option('-clip', '--clip_interval', 'opt_clip_interval', default=300,
help='Interval to clip vectors')
@click.pass_context
def cli(ctx, opt_folder_id, opt_latent_steps, opt_dense_steps, opt_video, opt_reprocess,