improved_contrastive_divergence icon indicating copy to clipboard operation
improved_contrastive_divergence copied to clipboard

Qustions about CelebA dataset?

Open HeimingX opened this issue 3 years ago • 1 comments

Hi,

Thanks for the impressive idea and high-quality code.

I am trying to experiment on the compositional learning with CelebA dataset. However, I just found the path for CelebA is defined in this line, it seems to be an npy file. I wonder where can I find the corresponding files for training? Thanks a lot.

HeimingX avatar Mar 22 '21 09:03 HeimingX

Hi,

Thanks for the question! You will need to download the CelebA-HQ dataset. Instead of loading the CelebA numpy files, you can then directly read the images. Feel free to let me know if there are any issue.

yilundu avatar Mar 22 '21 19:03 yilundu