From d0b1cf70214a0ec2a90002adb2ab7195d27e172c Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Tue, 10 Dec 2019 23:47:27 +0100 Subject: ok --- cli/app/commands/biggan/search.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/app') 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 -- cgit v1.2.3-70-g09d2