Skip to content

DataModule and Data Import are combined #69

@mikewoodward94

Description

@mikewoodward94

In the current implementation the data import happens at the time the PyTorch Lightning DataModule is initialised.

This is a bit messy, and also makes unit testing harder.

Splitting out the data import and the datamodule will make the code clearer, allow for easier adaptability, and allow for unit testing or even data quality checks before training begins.

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions