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
c113676c
Commit
c113676c
authored
1 year ago
by
André Anjos
Browse files
Options
Downloads
Patches
Plain Diff
[data.shenzhen] Remove split information from core datamodule
parent
e5306fde
No related branches found
No related tags found
1 merge request
!6
Making use of LightningDataModule and simplification of data loading
Pipeline
#76590
failed
1 year ago
Stage: qa
Stage: test
Stage: doc
Stage: dist
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/ptbench/data/shenzhen/datamodule.py
+0
-6
0 additions, 6 deletions
src/ptbench/data/shenzhen/datamodule.py
src/ptbench/data/shenzhen/default.py
+6
-0
6 additions, 0 deletions
src/ptbench/data/shenzhen/default.py
with
6 additions
and
6 deletions
src/ptbench/data/shenzhen/datamodule.py
+
0
−
6
View file @
c113676c
...
...
@@ -104,12 +104,6 @@ class DataModule(CachingDataModule):
* Database reference: [MONTGOMERY-SHENZHEN-2014]_
* Original resolution (height x width or width x height): 3000 x 3000 or less
* This split:
* Split reference: None
* Training samples: 64% of TB and healthy CXR (including labels)
* Validation samples: 16% of TB and healthy CXR (including labels)
* Test samples: 20% of TB and healthy CXR (including labels)
Data specifications:
...
...
This diff is collapsed.
Click to expand it.
src/ptbench/data/shenzhen/default.py
+
6
−
0
View file @
c113676c
...
...
@@ -5,3 +5,9 @@
from
.datamodule
import
DataModule
datamodule
=
DataModule
(
"
default.json.bz2
"
)
"""
Default Shenzen TB database split.
* Training samples: 64% of TB and healthy CXR (including labels)
* Validation samples: 16% of TB and healthy CXR (including labels)
* Test samples: 20% of TB and healthy CXR (including labels)
"""
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