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
!137
Something went wrong on our end
Clean training samples
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Clean training samples
clean-training-samples
into
main
Overview
0
Commits
4
Pipelines
0
Changes
3
Merged
Mélodie Boillet
requested to merge
clean-training-samples
into
main
1 year ago
Overview
0
Commits
4
Pipelines
0
Changes
3
Expand
Closes
#71 (closed)
0
0
Merge request reports
Viewing commit
405dea89
Prev
Next
Show latest version
3 files
+
22
−
59
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
405dea89
Remove ids + clean code
· 405dea89
Mélodie Boillet
authored
1 year ago
dan/manager/metrics.py
+
0
−
1
Options
@@ -55,7 +55,6 @@ class MetricManager:
self
.
epoch_metrics
=
{
"
nb_samples
"
:
list
(),
"
names
"
:
list
(),
"
ids
"
:
list
(),
}
for
metric_name
in
self
.
metric_names
:
Loading