summaryrefslogtreecommitdiff
path: root/cli/app/commands
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2019-12-10 23:47:52 +0100
committerJules Laplace <julescarbon@gmail.com>2019-12-10 23:47:52 +0100
commit6d13d6f9f964a3a2d14fd3731fa0eba8135d8438 (patch)
tree94ee5c9e411149c6346cb7574b54ba890fdda835 /cli/app/commands
parentd0b1cf70214a0ec2a90002adb2ab7195d27e172c (diff)
ok
Diffstat (limited to 'cli/app/commands')
-rw-r--r--cli/app/commands/biggan/search.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/app/commands/biggan/search.py b/cli/app/commands/biggan/search.py
index ee7167e..76e95ff 100644
--- a/cli/app/commands/biggan/search.py
+++ b/cli/app/commands/biggan/search.py
@@ -33,7 +33,7 @@ from app.search.vector import truncated_z_sample, truncated_z_single, create_lab
help='Tag this dataset')
# @click.option('-r', '--recursive', 'opt_recursive', is_flag=True)
@click.pass_context
-def cli(ctx, opt_fp_in, opt_dims, opt_video):
+def cli(ctx, opt_fp_in, opt_dims, opt_video, opt_tag):
"""
Search for an image (class vector) in BigGAN using gradient descent
"""