diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2020-01-16 02:56:48 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2020-01-16 02:56:48 +0100 |
| commit | 887c6874ff8d7bf44ea0e039f777234007398b55 (patch) | |
| tree | 5260c1dfdc02edec96963e1554843e4930c1d3b3 /cli/app/commands/biggan | |
| parent | 6e96d6198f5a7726e135ebae5228646ca8a22f2e (diff) | |
hopefully all fixed
Diffstat (limited to 'cli/app/commands/biggan')
| -rw-r--r-- | cli/app/commands/biggan/extract_dense_vectors.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/app/commands/biggan/extract_dense_vectors.py b/cli/app/commands/biggan/extract_dense_vectors.py index b4300b5..707b99d 100644 --- a/cli/app/commands/biggan/extract_dense_vectors.py +++ b/cli/app/commands/biggan/extract_dense_vectors.py @@ -11,7 +11,7 @@ from app.search.json import params_dense_dict help='Folder ID to process') @click.option('-ls', '--latent_steps', 'opt_latent_steps', default=1000, type=int, help='Number of optimization iterations') -@click.option('-ds', '--dense_steps', 'opt_dense_steps', default=1000, type=int, +@click.option('-ds', '--dense_steps', 'opt_dense_steps', default=2000, type=int, help='Number of optimization iterations') @click.option('-v', '--video', 'opt_video', is_flag=True, help='Export a video for each dataset') |
