diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2020-02-10 18:40:32 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2020-02-10 18:40:32 +0100 |
| commit | 67e5e02456ff796dba4601d0305fbc08e358cce9 (patch) | |
| tree | 5e81dede5338ee13654e37ccac3fab14558a2293 /cli/app/search/json.py | |
| parent | 48f798a3a968bb7a73a98c77c309c9f4f8474ba8 (diff) | |
feature loss on quadrants
Diffstat (limited to 'cli/app/search/json.py')
| -rw-r--r-- | cli/app/search/json.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cli/app/search/json.py b/cli/app/search/json.py index e889587..fbdfe84 100644 --- a/cli/app/search/json.py +++ b/cli/app/search/json.py @@ -68,13 +68,14 @@ 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": 15000, + "inv_it": 10000, "generator_path": "https://tfhub.dev/deepmind/biggan-512/2", "attention_map_layer": "Generator_2/attention/Softmax:0", "pre_trained_latent": True, "likeli_loss": False, "init_hi": 0.001, "lr": 0.01, + "lr_quad": 0.001, "norm_loss": False, "generator_fixed_inputs": { "truncation": 1.0 |
