v0.2.1
What's New
Functionality
- augmentation module:
- add Circular augmenter in compose module.
- add phase swap augmentation in functional module.
- models module:
- models can be initialized with a custom seed.
- add EEGConformer.
- add xEEGNet.
- dataloading module:
- EEGDataset now supports EEG with multiple labels (1 per window partition).
- ssl module:
- The fine_tuning function now accepts a custom validation loss function.
maintenance
- fixed unittest MPS device bug on git workflows
- fixed unittest deprecation warnings
- reduced unittest overall time