Skip to content
Snippets Groups Projects
Commit c113676c authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

[data.shenzhen] Remove split information from core datamodule

parent e5306fde
No related branches found
No related tags found
1 merge request!6Making use of LightningDataModule and simplification of data loading
Pipeline #76590 failed
......@@ -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:
......
......@@ -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)
"""
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment