PILToTensor
- class torchvision.transforms.PILToTensor[source]
Convert a PIL Image to a tensor of the same type - this does not scale values.
This transform does not support torchscript.
Converts a PIL Image (H x W x C) to a Tensor of shape (C x H x W).
Examples using
PILToTensor
: