mednet.data.classify.montgomery_shenzhen_indian_tbx11k¶
Aggregated DataModule composed of montgomery's
, shenzhen's
, indian's
, and tbx11k's
splits.
This module contains the base declaration of common data modules and raw-data loaders for this database. All configured splits inherit from this definition.
Module Attributes
Pythonic name of this database. |
Classes
|
Aggregated DataModule composed of |
- mednet.data.classify.montgomery_shenzhen_indian_tbx11k.DATABASE_SLUG = 'montgomery_shenzhen_indian_tbx11k'¶
Pythonic name of this database.
- class mednet.data.classify.montgomery_shenzhen_indian_tbx11k.DataModule(split_name, split_path)[source]¶
Bases:
ConcatDataModule
Aggregated DataModule composed of
montgomery's
,shenzhen's
,indian's
, andtbx11k's
splits.- Parameters:
split_name (
str
) – The name of the split to assign to this data module.split_path (
tuple
[Path
|Traversable
,Path
|Traversable
,Path
|Traversable
,Path
|Traversable
]) – Path or traversable (resource) with the JSON split description to load for montgomery, shenzhen, indian and tbx11k databases (in this order).