Skip to content

v0.2.1

Choose a tag to compare

@fedepup fedepup released this 03 Jun 13:06
· 12 commits to main since this release

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