braindecode.augmentation.functional.identity¶
- braindecode.augmentation.functional.identity(X, y)¶
Identity operation.
- Parameters
- Xtorch.Tensor
EEG input example or batch.
- ytorch.Tensor
EEG labels for the example or batch.
- Returns
- torch.Tensor
Transformed inputs.
- torch.Tensor
Transformed labels.