diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2020-01-08 01:18:27 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2020-01-08 01:18:27 +0100 |
| commit | b2c4262b72359c7704c4f4482fa591a70882f09d (patch) | |
| tree | ded6b6bb6e64e7b0810e5215b231d6d685b667d8 /cli/app/search/json.py | |
| parent | 9f0c0691a4f0c1e54d7216e4596df0ea4b8c7226 (diff) | |
getting latent search updates working...
Diffstat (limited to 'cli/app/search/json.py')
| -rw-r--r-- | cli/app/search/json.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cli/app/search/json.py b/cli/app/search/json.py index 4403353..736a3b0 100644 --- a/cli/app/search/json.py +++ b/cli/app/search/json.py @@ -58,7 +58,6 @@ def save_params_latent(fp_out_dir, tag): def make_params_dense(tag): return { "tag": tag, - "folder_id": folder_id, "decay_n": 2, "features": True, "clip": 1.0, |
