diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2019-12-10 23:47:27 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2019-12-10 23:47:27 +0100 |
| commit | d0b1cf70214a0ec2a90002adb2ab7195d27e172c (patch) | |
| tree | 881c5fc3b21ebf61540fa60f1bdd774ac5153699 /cli/app/commands/biggan/search.py | |
| parent | 172806caf1785f0618f28aea28f8e0fdce47ca8b (diff) | |
ok
Diffstat (limited to 'cli/app/commands/biggan/search.py')
| -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 5844855..ee7167e 100644 --- a/cli/app/commands/biggan/search.py +++ b/cli/app/commands/biggan/search.py @@ -29,7 +29,7 @@ from app.search.vector import truncated_z_sample, truncated_z_single, create_lab help='Dimensions of BigGAN network (128, 256, 512)') @click.option('-v', '--video', 'opt_video', is_flag=True, help='Export a video for each dataset') -@click.option('-t', '--tag', 'opt_tag', default='inverse_' + int(time.time() * 1000), +@click.option('-t', '--tag', 'opt_tag', default='inverse_' + str(int(time.time() * 1000)), help='Tag this dataset') # @click.option('-r', '--recursive', 'opt_recursive', is_flag=True) @click.pass_context |
