diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2020-01-23 15:47:29 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2020-01-23 15:47:29 +0100 |
| commit | dd35ea90799fea21307b2a077730ada23185bdbc (patch) | |
| tree | 29bb45ebd148612ffad37b579e2b1e6310e816ca | |
| parent | 983127c4efc8b6d13df2df715cb3d1890bd6a088 (diff) | |
decay lr, iterate longer
| -rw-r--r-- | cli/app/search/json.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cli/app/search/json.py b/cli/app/search/json.py index 7d9f5fe..15aa91b 100644 --- a/cli/app/search/json.py +++ b/cli/app/search/json.py @@ -67,8 +67,8 @@ def make_params_dense(tag, folder_id): "path": os.path.join(app_cfg.DIR_INVERSES, tag), "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": 10000, + "decay_lr": True, + "inv_it": 20000, "generator_path": "https://tfhub.dev/deepmind/biggan-512/2", "attention_map_layer": "Generator_2/attention/Softmax:0", "pre_trained_latent": True, |
