From 3901f5a1f2ecd9224d6fbdb0eca02d58c670896e Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Thu, 23 Jan 2020 00:53:27 +0100 Subject: layer --- cli/app/commands/biggan/extract_dense_vectors.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (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 7a6e168..622a094 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,3a,7a", +@click.option('-ll', '--feature_layers', 'opt_feature_layers', default="1a,3a,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