eriklindernoren / PyTorch-GAN

PyTorch implementations of Generative Adversarial Networks.
MIT License
16.39k stars 4.07k forks source link

DatasetLoader #110

Open SurbhiKhushu opened 4 years ago

SurbhiKhushu commented 4 years ago

Hello, I have one doubt. I am using my custom dataset for implementing cycle Gans. I have preprocessed my image data sets and extracted patches as I want to send patch image as input. But after extracting patches , I have stored it as .pt files. Now how should I pass it to my dataloader?