torchsig.transforms.base_transformsΒΆ

Base Transforms

Classes

Compose

Composes several transforms together sequentially, in order.

Lambda

Apply a user-defined lambda as a transform.

Normalize

Normalize an IQ data vector.

RandAugment

RandAugment transform loosely based on: "RandAugment: Practical automated data augmentation with a reduced search space" <https://arxiv.org/pdf/1909.13719.pdf>.

RandomApply

Randomly applies transform with probability p.

Transform

Transform abstract class.