From f6fda6b7ab25c8a3745997d7ea5eb3663e51955c Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Thu, 23 Jan 2020 17:58:11 +0100 Subject: more feat loss? --- cli/app/search/json.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cli') 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, -- cgit v1.2.3-70-g09d2