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
:
Apply single transformation randomly picked from a list. This transform does not support torchscript.
Examples using RandomChoice
: