ToPureTensor

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

Convert all TATensors to pure tensors, removing associated metadata (if any).

This doesn’t scale or change the values, only the type.