diff options
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 35a9daf..83893c8 100644 --- a/cli/app/search/json.py +++ b/cli/app/search/json.py @@ -67,8 +67,8 @@ def make_params_dense(tag, folder_id): "clipping": False, "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", - "inv_layer": "latent", + "inv_layer": "Generator_2/G_Z/Reshape:0", + # "inv_layer": "latent", "decay_lr": True, "inv_it": 10000, "generator_path": "https://tfhub.dev/deepmind/biggan-512/2", |
