summaryrefslogtreecommitdiff
path: root/cli/app/commands/biggan
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2020-01-19 20:52:18 +0100
committerJules Laplace <julescarbon@gmail.com>2020-01-19 20:52:18 +0100
commit5d5d778df8e6d84814013a6dcbf506dde7600f14 (patch)
tree1024e45f025dabcb4cf7b761b68bc388f83e6f13 /cli/app/commands/biggan
parent0ae9ba82c7c717dcbf8e88e69f549bd998473182 (diff)
parameter smoothing
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 3aa0df4..390bd85 100644
--- a/cli/app/commands/biggan/extract_dense_vectors.py
+++ b/cli/app/commands/biggan/extract_dense_vectors.py
@@ -24,7 +24,7 @@ from app.search.params import timestamp
help='Normalize labels every N steps')
@click.option('-feat', '--use_feature_detector', 'opt_use_feature_detector', is_flag=True,
help='Compute feature loss')
-@click.option('-ll', '--feature_layers', 'opt_feature_layers', default="1a,2a,4a,7a",
+@click.option('-ll', '--feature_layers', 'opt_feature_layers', default="2a,4a,7a",
help='Feature layers used for loss')
@click.option('-snap', '--snapshot_interval', 'opt_snapshot_interval', default=20,
help='Interval to store sample images')