Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
D
DAN
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Container Registry
Operate
Terraform modules
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Automatic Text Recognition
DAN
Merge requests
!186
Use default temperature
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Use default temperature
unrequired-temperature
into
main
Overview
0
Commits
1
Pipelines
0
Changes
1
Merged
Manon Blanco
requested to merge
unrequired-temperature
into
main
1 year ago
Overview
0
Commits
1
Pipelines
0
Changes
1
Expand
0
0
Merge request reports
Compare
main
main (base)
and
latest version
latest version
bb4b97f4
1 commit,
1 year ago
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
dan/predict/__init__.py
+
1
−
1
Options
@@ -76,7 +76,7 @@ def add_predict_parser(subcommands) -> None:
type
=
float
,
default
=
1.0
,
help
=
"
Temperature scaling scalar parameter
"
,
required
=
Tru
e
,
required
=
Fals
e
,
)
parser
.
add_argument
(
"
--confidence-score
"
,
Loading