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
!144
Remove unchanged labels from sample
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Remove unchanged labels from sample
remove-unchanged-labels
into
main
Overview
0
Commits
1
Pipelines
0
Changes
1
Merged
Mélodie Boillet
requested to merge
remove-unchanged-labels
into
main
1 year ago
Overview
0
Commits
1
Pipelines
0
Changes
1
Expand
Closes
#80 (closed)
0
0
Merge request reports
Compare
main
main (base)
and
latest version
latest version
46720ba7
1 commit,
1 year ago
1 file
+
0
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
dan/manager/dataset.py
+
0
−
1
Options
@@ -268,7 +268,6 @@ class GenericDataset(Dataset):
{
"
name
"
:
os
.
path
.
basename
(
filename
),
"
label
"
:
label
,
"
unchanged_label
"
:
label
,
"
path
"
:
os
.
path
.
abspath
(
filename
),
}
)
Loading