summaryrefslogtreecommitdiff
path: root/cli/app/search/json.py
diff options
context:
space:
mode:
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):