Shortcuts

RandomChoice

class torchvision.transforms.RandomChoice(transforms, p=None)[source]

Apply single transformation randomly picked from a list. This transform does not support torchscript.

Examples using RandomChoice:

How to use CutMix and MixUp

How to use CutMix and MixUp

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