Resampling for limited dataset

Hi,

I’m working with a very limited dataset (13 images) and I have a few transforms possibles for my use case.
Is it possible to use a PT API to resample with a different transform in order to fulfill a batch size of 64 or so to speed up learning ?

I thought otherwise of manually duplicating the existing files but it seems a bit shady.

Thanks ! :blush: