Closed Genhajime closed 2 years ago
Hi, did you download celebA dataset at ${ROOT_PATH}/data/celebA? The directory should contain
./data/celebA
└──img_align_celeba/
└──list_attr_celeba.csv
└──list_attr_celeba.txt
└──list_eval_partition.csv
└──list_eval_partition.txt
I appreciate your reply!
Actually, as downloading torchvision.datasets.CelebA
is currently unavailable, I downloaded the data from the google drive directly. (https://drive.google.com/drive/folders/0B7EVK8r0v71pWEZsZE9oNnFzTm8?resourcekey=0-5BR16BdXnb8hVj6CNHKzLg)
There are no celeba/
or *.csv
in their folder, so I'm wondering how to get them.
Please download the files from these two links:
https://www.kaggle.com/datasets/jessicali9530/celeba-dataset https://graal.ift.ulaval.ca/public/celeba/
(I found celeba/ folder is not required.)
All right, now the code works, thank you!
By the way, I have one more question. Could you tell me which epoch's model was used for the reported test accuracy on the paper?\ Just after whole training, or decided by validation accuracy?
We selected the final model based on the validation accuracy.
Thank you for your great work!\ I tried to run "Quick Start", and got the following error. Would you please fix this bug?