After completing the refactoring of Conditions we need a more flexible DataModule with enhanced capabilities and flexibility. The proposed changes are the following:
- Implement
_Creator class: this class is demanded of creating data loaders
- Implement
_Aggregator class: this class should aggregate batches coming from different dataloader
- Adapt current
PinaDataModule class
After completing the refactoring of
Conditionswe need a more flexibleDataModulewith enhanced capabilities and flexibility. The proposed changes are the following:_Creatorclass: this class is demanded of creating data loaders_Aggregatorclass: this class should aggregate batches coming from different dataloaderPinaDataModuleclass