torch.utils.data.dataset — PyTorch 1.10.1 documentation
pytorch.org › docs › stableLearn about PyTorch’s features and capabilities. Community. Join the PyTorch developer community to contribute, learn, and get your questions answered. Developer Resources. Find resources and get questions answered. Forums. A place to discuss PyTorch code, issues, install, research. Models (Beta) Discover, publish, and reuse pre-trained models
torchvision.utils — Torchvision 0.11.0 documentation
https://pytorch.org/vision/stable/utils.htmltorchvision.utils¶ torchvision.utils. make_grid (tensor: Union [torch.Tensor, List [torch.Tensor]], nrow: int = 8, padding: int = 2, normalize: bool = False, value_range: Optional [Tuple [int, int]] = None, scale_each: bool = False, pad_value: int = 0, ** kwargs) → torch.Tensor [source] ¶ Make a grid of images. Parameters. tensor (Tensor or list) – 4D mini-batch Tensor of shape (B x C x ...
Visualization utilities - PyTorch
pytorch.org › plot_visualization_utilsLearn about PyTorch’s features and capabilities. Community. Join the PyTorch developer community to contribute, learn, and get your questions answered. Developer Resources. Find resources and get questions answered. Forums. A place to discuss PyTorch code, issues, install, research. Models (Beta) Discover, publish, and reuse pre-trained models
torch.utils.dlpack — PyTorch 1.10.1 documentation
pytorch.org › docs › stabletorch.utils.dlpack. Convers a tensor from a external library into a torch.Tensor by means of the __dlpack__ protocol. The tensor will share the memory with the object represented in the DLPack. Only call from_dlpack once per capsule. Its behavior when used on the same capsule multiple times is undefined.