RandomOrder¶
- class torchvision.transforms.v2.RandomOrder(transforms: Sequence[Callable])[source]¶
Apply a list of transformations in a random order.
This transform does not support torchscript.
- Parameters:
transforms (sequence or torch.nn.Module) – list of transformations