diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2020-02-12 00:09:44 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2020-02-12 00:09:44 +0100 |
| commit | 1a870df5ab6d0134b8ee60939c7f1b9fb636e0c4 (patch) | |
| tree | e41d7578ffd221b54b0664faac8e3c62613a7920 /cli/app/search/json.py | |
| parent | 74166e2d4028d77d4e47a87a5141af547e84fec8 (diff) | |
adding mse loss terms
Diffstat (limited to 'cli/app/search/json.py')
| -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 83893c8..ecea4a9 100644 --- a/cli/app/search/json.py +++ b/cli/app/search/json.py @@ -102,7 +102,7 @@ def make_params_dense(tag, folder_id): "out_dataset": os.path.join(app_cfg.DIR_INVERSES, tag, "dataset.dense.hdf5"), "save_progress": True, "max_batches": 0, - "invert_labels": True, + "invert_labels": False, } def params_dense_dict(tag, folder_id=59): |
