summaryrefslogtreecommitdiff
path: root/cli/app/search/json.py
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2020-01-20 01:49:04 +0100
committerJules Laplace <julescarbon@gmail.com>2020-01-20 01:49:04 +0100
commit45a43ab57c827e673656f3e3ffb8f8acbcec4d22 (patch)
tree075c2a726b7d16dc18b2ce727219c75275a5fb50 /cli/app/search/json.py
parent1eb65b5a3b99e6ae4465f08ddc9bbdc01077c4fa (diff)
iterate latent search longer
Diffstat (limited to 'cli/app/search/json.py')
-rw-r--r--cli/app/search/json.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/app/search/json.py b/cli/app/search/json.py
index c50d716..7d9f5fe 100644
--- a/cli/app/search/json.py
+++ b/cli/app/search/json.py
@@ -68,7 +68,7 @@ def make_params_dense(tag, folder_id):
"dataset": os.path.join(app_cfg.DIR_INVERSES, tag, "dataset.latent.hdf5"),
"inv_layer": "Generator_2/G_Z/Reshape:0",
"decay_lr": False,
- "inv_it": 5000,
+ "inv_it": 10000,
"generator_path": "https://tfhub.dev/deepmind/biggan-512/2",
"attention_map_layer": "Generator_2/attention/Softmax:0",
"pre_trained_latent": True,