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
!59
Robust mlflow requests
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Robust mlflow requests
robust-mlflow-requests
into
main
Overview
8
Commits
17
Pipelines
0
Changes
3
All threads resolved!
Hide all comments
Merged
Yoann Schneider
requested to merge
robust-mlflow-requests
into
main
2 years ago
Overview
8
Commits
17
Pipelines
0
Changes
3
All threads resolved!
Hide all comments
Expand
Requires
!57 (merged)
Closes
#28 (closed)
0
0
Merge request reports
Viewing commit
d3f3414f
Prev
Next
Show latest version
3 files
+
3
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
Verified
d3f3414f
fix lint
· d3f3414f
Yoann Schneider
authored
2 years ago
dan/manager/training.py
+
2
−
0
Options
@@ -23,8 +23,10 @@ from tqdm import tqdm
from
dan.manager.metrics
import
MetricManager
from
dan.ocr.utils
import
LM_ind_to_str
from
dan.schedulers
import
DropoutScheduler
try
:
import
mlflow
from
dan.mlflow
import
logging_metrics
,
logging_tags_metrics
except
ImportError
:
pass
Loading