summaryrefslogtreecommitdiff
path: root/cli/app/search/json.py
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2020-02-11 19:06:37 +0100
committerJules Laplace <julescarbon@gmail.com>2020-02-11 19:06:37 +0100
commit1fc1e2c4922e8d47ff0bcdce08e3e2d1850f3d44 (patch)
tree27e2828c6c88343de57414035a83643a33e58114 /cli/app/search/json.py
parent530bf33a017a59b5d7b987bd665a35abb18d403d (diff)
try g(z) encoding and label embedding
Diffstat (limited to 'cli/app/search/json.py')
-rw-r--r--cli/app/search/json.py4
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",