From 176af09d1aa3caeecd454a8fe9754e5cb5dc75ff Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Sat, 25 Jan 2020 18:30:39 +0100 Subject: adjust --- cli/app/commands/biggan/extract_dense_vectors.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cli/app/commands') diff --git a/cli/app/commands/biggan/extract_dense_vectors.py b/cli/app/commands/biggan/extract_dense_vectors.py index e8f0587..eb811d5 100644 --- a/cli/app/commands/biggan/extract_dense_vectors.py +++ b/cli/app/commands/biggan/extract_dense_vectors.py @@ -1,4 +1,4 @@ -import click +2import click import os from app.utils.cortex_utils import cortex_folder, download_cortex_files, find_unprocessed_files @@ -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,3a,4a,7a", +@click.option('-ll', '--feature_layers', 'opt_feature_layers', default="1a,4a,7a", help='Feature layers used for loss') @click.option('-snap', '--snapshot_interval', 'opt_snapshot_interval', default=20, help='Interval to store sample images') -- cgit v1.2.3-70-g09d2