diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2020-02-22 21:27:45 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2020-02-22 21:27:45 +0100 |
| commit | 8bba25fe254765dc44eae2c793e2b6234a3f0a94 (patch) | |
| tree | 70f0e9a8593fdc540b1567585aa621ef6fa9f295 | |
| parent | 9c874f36fc89369a59293ce5c0719dcf5ad6e823 (diff) | |
train less
| -rw-r--r-- | cli/app/search/json.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/app/search/json.py b/cli/app/search/json.py index 04b4c4a..69ce7a5 100644 --- a/cli/app/search/json.py +++ b/cli/app/search/json.py @@ -71,7 +71,7 @@ def make_params_dense(tag, folder_id): # "inv_layer": "latent", "decay_lr": True, # "inv_it": 10000, - "inv_it": 30000, + "inv_it": 12000, "generator_path": "https://tfhub.dev/deepmind/biggan-512/2", "attention_map_layer": "Generator_2/attention/Softmax:0", "pre_trained_latent": True, |
