torchsig.transforms.base_transformsΒΆ

Base and Utility 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".

RandomApply

Randomly applies transform with probability p.

Transform

Transform abstract class.