Shortcuts

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

forward(*inputs: Any) Any[source]

Do not override this! Use transform() instead.

Docs

Access comprehensive developer documentation for PyTorch

View Docs

Tutorials

Get in-depth tutorials for beginners and advanced developers

View Tutorials

Resources

Find development resources and get your questions answered

View Resources