ToPureTensor¶
- class torchvision.transforms.v2.ToPureTensor[source]¶
[BETA] Convert all tv_tensors to pure tensors, removing associated metadata (if any).
Note
The ToPureTensor transform is in Beta stage, and while we do not expect disruptive breaking changes, some APIs may slightly change according to user feedback. Please submit any feedback you may have in this issue: https://github.com/pytorch/vision/issues/6753.
This doesn’t scale or change the values, only the type.