summaryrefslogtreecommitdiff
path: root/cli/app/search
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2020-01-25 20:49:09 +0100
committerJules Laplace <julescarbon@gmail.com>2020-01-25 20:49:09 +0100
commit5d0f39e487abb171dd95a50c7994e06bf67f344d (patch)
treed122cdef380d0f32fc3753f789a4ae1c78c5ac91 /cli/app/search
parent072856bdcad9d666dbf783863f288303e30a2aef (diff)
adjust
Diffstat (limited to 'cli/app/search')
-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 7873c23..e889587 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": True,
- "inv_it": 10000,
+ "inv_it": 15000,
"generator_path": "https://tfhub.dev/deepmind/biggan-512/2",
"attention_map_layer": "Generator_2/attention/Softmax:0",
"pre_trained_latent": True,