From bb4b97f420153d30bdb80b1fdbc847bfd095d7c9 Mon Sep 17 00:00:00 2001 From: manonBlanco <blanco@teklia.com> Date: Wed, 5 Jul 2023 10:25:54 +0200 Subject: [PATCH] Use default temperature --- dan/predict/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dan/predict/__init__.py b/dan/predict/__init__.py index 8d69e417..c185b1f6 100644 --- a/dan/predict/__init__.py +++ b/dan/predict/__init__.py @@ -76,7 +76,7 @@ def add_predict_parser(subcommands) -> None: type=float, default=1.0, help="Temperature scaling scalar parameter", - required=True, + required=False, ) parser.add_argument( "--confidence-score", -- GitLab