Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
mednet
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
medai
software
mednet
Commits
d412777e
Commit
d412777e
authored
1 year ago
by
André Anjos
Browse files
Options
Downloads
Patches
Plain Diff
[pyproject] Be more verbose about concatenated datamodule names
parent
748acd57
No related branches found
No related tags found
1 merge request
!6
Making use of LightningDataModule and simplification of data loading
Pipeline
#76596
failed
1 year ago
Stage: qa
Stage: test
Stage: doc
Stage: dist
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
pyproject.toml
+41
-41
41 additions, 41 deletions
pyproject.toml
with
41 additions
and
41 deletions
pyproject.toml
+
41
−
41
View file @
d412777e
...
@@ -80,42 +80,42 @@ densenet_pre = "ptbench.configs.models.densenet_pretrained"
...
@@ -80,42 +80,42 @@ densenet_pre = "ptbench.configs.models.densenet_pretrained"
# montgomery dataset (and cross-validation folds)
# montgomery dataset (and cross-validation folds)
montgomery
=
"ptbench.data.montgomery.default"
montgomery
=
"ptbench.data.montgomery.default"
montgomery
_
f0
=
"ptbench.data.montgomery.fold_0"
montgomery
-
f0
=
"ptbench.data.montgomery.fold_0"
montgomery
_
f1
=
"ptbench.data.montgomery.fold_1"
montgomery
-
f1
=
"ptbench.data.montgomery.fold_1"
montgomery
_
f2
=
"ptbench.data.montgomery.fold_2"
montgomery
-
f2
=
"ptbench.data.montgomery.fold_2"
montgomery
_
f3
=
"ptbench.data.montgomery.fold_3"
montgomery
-
f3
=
"ptbench.data.montgomery.fold_3"
montgomery
_
f4
=
"ptbench.data.montgomery.fold_4"
montgomery
-
f4
=
"ptbench.data.montgomery.fold_4"
montgomery
_
f5
=
"ptbench.data.montgomery.fold_5"
montgomery
-
f5
=
"ptbench.data.montgomery.fold_5"
montgomery
_
f6
=
"ptbench.data.montgomery.fold_6"
montgomery
-
f6
=
"ptbench.data.montgomery.fold_6"
montgomery
_
f7
=
"ptbench.data.montgomery.fold_7"
montgomery
-
f7
=
"ptbench.data.montgomery.fold_7"
montgomery
_
f8
=
"ptbench.data.montgomery.fold_8"
montgomery
-
f8
=
"ptbench.data.montgomery.fold_8"
montgomery
_
f9
=
"ptbench.data.montgomery.fold_9"
montgomery
-
f9
=
"ptbench.data.montgomery.fold_9"
# shenzhen dataset (and cross-validation folds)
# shenzhen dataset (and cross-validation folds)
shenzhen
=
"ptbench.data.shenzhen.default"
shenzhen
=
"ptbench.data.shenzhen.default"
shenzhen
_
f0
=
"ptbench.data.shenzhen.fold_0"
shenzhen
-
f0
=
"ptbench.data.shenzhen.fold_0"
shenzhen
_
f1
=
"ptbench.data.shenzhen.fold_1"
shenzhen
-
f1
=
"ptbench.data.shenzhen.fold_1"
shenzhen
_
f2
=
"ptbench.data.shenzhen.fold_2"
shenzhen
-
f2
=
"ptbench.data.shenzhen.fold_2"
shenzhen
_
f3
=
"ptbench.data.shenzhen.fold_3"
shenzhen
-
f3
=
"ptbench.data.shenzhen.fold_3"
shenzhen
_
f4
=
"ptbench.data.shenzhen.fold_4"
shenzhen
-
f4
=
"ptbench.data.shenzhen.fold_4"
shenzhen
_
f5
=
"ptbench.data.shenzhen.fold_5"
shenzhen
-
f5
=
"ptbench.data.shenzhen.fold_5"
shenzhen
_
f6
=
"ptbench.data.shenzhen.fold_6"
shenzhen
-
f6
=
"ptbench.data.shenzhen.fold_6"
shenzhen
_
f7
=
"ptbench.data.shenzhen.fold_7"
shenzhen
-
f7
=
"ptbench.data.shenzhen.fold_7"
shenzhen
_
f8
=
"ptbench.data.shenzhen.fold_8"
shenzhen
-
f8
=
"ptbench.data.shenzhen.fold_8"
shenzhen
_
f9
=
"ptbench.data.shenzhen.fold_9"
shenzhen
-
f9
=
"ptbench.data.shenzhen.fold_9"
# indian dataset (and cross-validation folds)
# indian dataset (and cross-validation folds)
indian
=
"ptbench.data.indian.default"
indian
=
"ptbench.data.indian.default"
indian
_
f0
=
"ptbench.data.indian.fold_0"
indian
-
f0
=
"ptbench.data.indian.fold_0"
indian
_
f1
=
"ptbench.data.indian.fold_1"
indian
-
f1
=
"ptbench.data.indian.fold_1"
indian
_
f2
=
"ptbench.data.indian.fold_2"
indian
-
f2
=
"ptbench.data.indian.fold_2"
indian
_
f3
=
"ptbench.data.indian.fold_3"
indian
-
f3
=
"ptbench.data.indian.fold_3"
indian
_
f4
=
"ptbench.data.indian.fold_4"
indian
-
f4
=
"ptbench.data.indian.fold_4"
indian
_
f5
=
"ptbench.data.indian.fold_5"
indian
-
f5
=
"ptbench.data.indian.fold_5"
indian
_
f6
=
"ptbench.data.indian.fold_6"
indian
-
f6
=
"ptbench.data.indian.fold_6"
indian
_
f7
=
"ptbench.data.indian.fold_7"
indian
-
f7
=
"ptbench.data.indian.fold_7"
indian
_
f8
=
"ptbench.data.indian.fold_8"
indian
-
f8
=
"ptbench.data.indian.fold_8"
indian
_
f9
=
"ptbench.data.indian.fold_9"
indian
-
f9
=
"ptbench.data.indian.fold_9"
# TBX11K simplified dataset split 1 (and cross-validation folds)
# TBX11K simplified dataset split 1 (and cross-validation folds)
tbx11k_simplified
=
"ptbench.data.tbx11k_simplified.default"
tbx11k_simplified
=
"ptbench.data.tbx11k_simplified.default"
...
@@ -144,17 +144,17 @@ tbx11k_simplified_v2_f8 = "ptbench.data.tbx11k_simplified_v2.fold_8"
...
@@ -144,17 +144,17 @@ tbx11k_simplified_v2_f8 = "ptbench.data.tbx11k_simplified_v2.fold_8"
tbx11k_simplified_v2_f9
=
"ptbench.data.tbx11k_simplified_v2.fold_9"
tbx11k_simplified_v2_f9
=
"ptbench.data.tbx11k_simplified_v2.fold_9"
# montgomery-shenzhen aggregated dataset
# montgomery-shenzhen aggregated dataset
m
c_ch
=
"ptbench.data.mc_ch
.default"
m
ontgomery-shenzhen
=
"ptbench.data.montgomery_shenzhen
.default"
m
c_ch
_f0
=
"ptbench.data.m
c_ch
.fold_0"
m
ontgomery-shenzhen
_f0
=
"ptbench.data.m
ontgomery_shenzhen
.fold_0"
m
c_ch
_f1
=
"ptbench.data.m
c_ch
.fold_1"
m
ontgomery-shenzhen
_f1
=
"ptbench.data.m
ontgomery_shenzhen
.fold_1"
m
c_ch
_f2
=
"ptbench.data.m
c_ch
.fold_2"
m
ontgomery-shenzhen
_f2
=
"ptbench.data.m
ontgomery_shenzhen
.fold_2"
m
c_ch
_f3
=
"ptbench.data.m
c_ch
.fold_3"
m
ontgomery-shenzhen
_f3
=
"ptbench.data.m
ontgomery_shenzhen
.fold_3"
m
c_ch
_f4
=
"ptbench.data.m
c_ch
.fold_4"
m
ontgomery-shenzhen
_f4
=
"ptbench.data.m
ontgomery_shenzhen
.fold_4"
m
c_ch
_f5
=
"ptbench.data.m
c_ch
.fold_5"
m
ontgomery-shenzhen
_f5
=
"ptbench.data.m
ontgomery_shenzhen
.fold_5"
m
c_ch
_f6
=
"ptbench.data.m
c_ch
.fold_6"
m
ontgomery-shenzhen
_f6
=
"ptbench.data.m
ontgomery_shenzhen
.fold_6"
m
c_ch
_f7
=
"ptbench.data.m
c_ch
.fold_7"
m
ontgomery-shenzhen
_f7
=
"ptbench.data.m
ontgomery_shenzhen
.fold_7"
m
c_ch
_f8
=
"ptbench.data.m
c_ch
.fold_8"
m
ontgomery-shenzhen
_f8
=
"ptbench.data.m
ontgomery_shenzhen
.fold_8"
m
c_ch
_f9
=
"ptbench.data.m
c_ch
.fold_9"
m
ontgomery-shenzhen
_f9
=
"ptbench.data.m
ontgomery_shenzhen
.fold_9"
# montgomery-shenzhen-indian aggregated dataset
# montgomery-shenzhen-indian aggregated dataset
mc_ch_in
=
"ptbench.data.mc_ch_in.default"
mc_ch_in
=
"ptbench.data.mc_ch_in.default"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment