summaryrefslogtreecommitdiff
path: root/cli/app/search/json.py
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2020-02-19 03:07:52 +0100
committerJules Laplace <julescarbon@gmail.com>2020-02-19 03:07:52 +0100
commit9a5f016517eb98e25e01b1ed61614e98a78871b9 (patch)
tree58bbe674b8f79ec1fe99d91453473789b9d6b230 /cli/app/search/json.py
parenta204f0af70c62f23f57d13f99565b036ae167f03 (diff)
reverse label also
Diffstat (limited to 'cli/app/search/json.py')
-rw-r--r--cli/app/search/json.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/app/search/json.py b/cli/app/search/json.py
index 2eeaeca..3cfc698 100644
--- a/cli/app/search/json.py
+++ b/cli/app/search/json.py
@@ -103,7 +103,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": False,
+ "invert_labels": True,
}
def params_dense_dict(tag, folder_id=59):