torch_ecg.augmenters¶
Augmenters are used to augment the training data.
|
The |
Base class for augmenters. |
|
|
Generate baseline wander composed of sinusoidal and Gaussian noise. |
|
CutMix augmentation. |
|
Label smoothing augmentation. |
|
Mixup augmentor. |
|
Randomly flip the ECGs along the voltage axis. |
|
Randomly mask ECGs with a probability. |
|
Randomly re-normalize the ECG tensor, using the Z-score normalization method. |
|
Stretch-or-compress augmenter on ECG tensors. |
|
Offline stretch-or-compress augmenter. |