Copy
tensorplay.utils.data
Memory Pinning
Data loader combines a dataset and a sampler, and provides an iterable over the given dataset. |
|
An abstract class representing a |
|
An iterable Dataset. |
|
Dataset wrapping tensors. |
|
Dataset as a stacking of multiple datasets. |
|
Dataset as a concatenation of multiple datasets. |
|
Dataset for chaining multiple |
|
Subset of a dataset at specified indices. |
|
Take in a batch of data and put the elements within the batch into a tensor with an additional outer dimension - batch size. |
|
Convert each NumPy array element into a |
|
Returns the information about the current DataLoader iterator worker process. |
|
Base class for all Samplers. |
|
Samples elements sequentially, always in the same order. |
|
Samples elements randomly. |
|
Samples elements randomly from a given list of indices, without replacement. |
|
Samples elements from |
|
Wraps another sampler to yield a mini-batch of indices. |
Help improve this page
Found an error, an unclear step, or a missing example?
tensorplay.utils.checkpoint
tensorplay.utils.checkpoint.checkpoint
tensorplay.vision
tensorplay.vision is the computer-vision toolkit of TensorPlay, mirroring the torchvision package layout. The listing below is a static overview; the package requires optional dependencies (Pillow) for some entry points,
