summaryrefslogtreecommitdiff
path: root/cli/app/commands/biggan
diff options
context:
space:
mode:
Diffstat (limited to 'cli/app/commands/biggan')
-rw-r--r--cli/app/commands/biggan/search_class.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/cli/app/commands/biggan/search_class.py b/cli/app/commands/biggan/search_class.py
index 066062f..6e1df95 100644
--- a/cli/app/commands/biggan/search_class.py
+++ b/cli/app/commands/biggan/search_class.py
@@ -20,9 +20,9 @@ from app.utils.cortex_utils import cortex_folder, download_cortex_files, find_un
@click.option('-t', '--tag', 'opt_tag', default='inverse_' + str(int(time.time() * 1000)),
help='Tag this dataset')
@click.option('-sc', '--stochastic_clipping', 'opt_stochastic_clipping', default=0,
- help='Compute feature loss')
+ help='Compute feature loss. Specify interval to do the clipping')
@click.option('-lc', '--label_clipping', 'opt_label_clipping', default=0,
- help='Normalize labels every N steps')
+ help='Normalize labels every N steps. Specify interval to do the normalization')
@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",