Shortcuts

PILToTensor

class torchvision.transforms.PILToTensor[source]

Convert a PIL Image to a tensor of the same type. 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).

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