braindecode.augmentation.functional.time_reverse#

braindecode.augmentation.functional.time_reverse(X, y)[source]#

Flip the time axis of each input.

Parameters:
  • X (Tensor) – EEG input example or batch.

  • y (Tensor) – EEG labels for the example or batch.

Return type:

tuple[Tensor, Tensor]

Returns:

  • torch.Tensor – Transformed inputs.

  • torch.Tensor – Transformed labels.