ToBatchImages

class torchaug.transforms.ToBatchImages(batch_inplace=False, num_chunks=1, permute_chunks=False, batch_transform=False)[source]

Convert a tensor, ndarray to Image ; this does not scale values.

This transform does not support torchscript.