Section Navigation
Identity transform.
Transform that does not change the input.
Methods
Identity operation.
X (Tensor) – EEG input example or batch.
Tensor
y (Tensor) – EEG labels for the example or batch.
tuple[Tensor, Tensor]
tuple
torch.Tensor – Transformed inputs.
torch.Tensor – Transformed labels.
IdentityTransform
IdentityTransform.operation()