summaryrefslogtreecommitdiff
path: root/cli/app/commands
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2020-01-08 01:54:28 +0100
committerJules Laplace <julescarbon@gmail.com>2020-01-08 01:54:28 +0100
commita194eaa66108d753aac1eac70b7016a9b20897e1 (patch)
tree2e8678c9e0b5b3c6a1aa5587ad087c66dbfb85f0 /cli/app/commands
parentdaa10de26027528528f485b6dfed94864faf259a (diff)
up
Diffstat (limited to 'cli/app/commands')
-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",