Skip to content
Snippets Groups Projects
Commit 10640c44 authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

[engine.evaluator] Increase the number of evaluation thresholds to 1000

parent f9a9fc65
No related branches found
No related tags found
No related merge requests found
......@@ -264,7 +264,7 @@ def run(
"""
# Collect overall metrics
bins = 100 # number of thresholds to analyse for
bins = 1000 # number of thresholds to analyse for
data = {}
for sample in tqdm(dataset):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment