summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 15aa91b..c4c0903 100644
--- a/cli/app/search/json.py
+++ b/cli/app/search/json.py
@@ -72,7 +72,6 @@ def make_params_dense(tag, folder_id):
"generator_path": "https://tfhub.dev/deepmind/biggan-512/2",
"attention_map_layer": "Generator_2/attention/Softmax:0",
"pre_trained_latent": True,
- "lambda_dist": 10.0,
"likeli_loss": False,
"init_hi": 0.001,
"lr": 0.01,
@@ -85,13 +84,14 @@ def make_params_dense(tag, folder_id):
"mse": True,
"custom_grad_relu": False,
"random_label": False,
- "lambda_feat": 1.0,
"init_gen_dist": False,
"log_activation_layer": "Generator_2/GBlock/Relu:0",
"batch_size": 4,
"fixed_z": True,
"feature_extractor_output": "InceptionV3/Mixed_7a",
"init_lo": -0.001,
+ "lambda_dist": 10.0,
+ "lambda_feat": 2.0,
"lambda_mse": 1.0,
"lambda_reg": 0.1,
"dist_loss": False,