diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2020-01-08 10:46:01 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2020-01-08 10:46:01 +0100 |
| commit | 41575d512f2c4a79c8909da02f7953bdaef674d1 (patch) | |
| tree | 8245ab828823349dd22efae40aa99dac7b5393ab /cli/app/search/json.py | |
| parent | 4d05266f3c1f62646a5948f532528f591c6dc2ee (diff) | |
up
Diffstat (limited to 'cli/app/search/json.py')
| -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 8c3c2ef..bf6bcb9 100644 --- a/cli/app/search/json.py +++ b/cli/app/search/json.py @@ -67,7 +67,7 @@ def make_params_dense(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": 6000, + "inv_it": 15000, "generator_path": "https://tfhub.dev/deepmind/biggan-512/2", "attention_map_layer": "Generator_2/attention/Softmax:0", "pre_trained_latent": True, @@ -93,7 +93,7 @@ def make_params_dense(tag): "init_lo": -0.001, "lambda_mse": 1.0, "lambda_reg": 0.1, - "dist_loss": True, + "dist_loss": False, "sample_size": 4, "out_dataset": os.path.join(app_cfg.DIR_INVERSES, tag, "dataset.dense.hdf5"), "save_progress": True, |
