diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2020-01-20 01:49:04 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2020-01-20 01:49:04 +0100 |
| commit | 45a43ab57c827e673656f3e3ffb8f8acbcec4d22 (patch) | |
| tree | 075c2a726b7d16dc18b2ce727219c75275a5fb50 /cli/app/commands/biggan | |
| parent | 1eb65b5a3b99e6ae4465f08ddc9bbdc01077c4fa (diff) | |
iterate latent search longer
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 390bd85..8f5f8bb 100644 --- a/cli/app/commands/biggan/extract_dense_vectors.py +++ b/cli/app/commands/biggan/extract_dense_vectors.py @@ -10,7 +10,7 @@ from app.search.params import timestamp @click.command('') @click.option('-f', '--folder_id', 'opt_folder_id', type=int, help='Folder ID to process') -@click.option('-ls', '--latent_steps', 'opt_latent_steps', default=1000, type=int, +@click.option('-ls', '--latent_steps', 'opt_latent_steps', default=2000, type=int, help='Number of optimization iterations') @click.option('-ds', '--dense_steps', 'opt_dense_steps', default=2000, type=int, help='Number of optimization iterations') |
