heykeetae / Self-Attention-GAN

Pytorch implementation of Self-Attention Generative Adversarial Networks (SAGAN)
2.52k stars 476 forks source link

dataset structure #46

Open Tianshuo-Xu opened 4 years ago

Tianshuo-Xu commented 4 years ago

Thanks for sharing your code with us. But I can't download any of downloads.sh dataset, so please tell me what's the structure of your training data, and I can make it myself. Thanks.

franknb commented 4 years ago

Hi Tianshuo, you can find and download the datasets from Google, cuz the dropbox link expired somehow.

As for the structures, put the dowloaded images in one folder (name of the folder doesn't matter) and keep it under the same directory of main.py and all other files.