selfeeg.dataloading
The dataloading module offers functionalities for data splitting with various desired settings, and for efficiently build PyTorch Dataloaders.
dataloading.load module
Classes
custom pytorch.Dataset class that manages different loading configurations. |
|
custom pytorch Sampler designed to efficiently reduce the file loading operations. |
Functions
Calculates the number of unique partitions in each EEG signal. |
|
creates a split table defining the files to use as train, validation and test sets. |
|
creates a table with multiple splits for cross-validation. |
|
|
|
extracts a split from the output of the |