diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2019-12-10 23:47:52 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2019-12-10 23:47:52 +0100 |
| commit | 6d13d6f9f964a3a2d14fd3731fa0eba8135d8438 (patch) | |
| tree | 94ee5c9e411149c6346cb7574b54ba890fdda835 /cli/app | |
| parent | d0b1cf70214a0ec2a90002adb2ab7195d27e172c (diff) | |
ok
Diffstat (limited to 'cli/app')
| -rw-r--r-- | cli/app/commands/biggan/search.py | 2 |
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 """ |
