POSTECH-CVLab/PyTorch-StudioGAN

CIFAR-10: Training set and test set for Pretrained checkpoints.

adderbyte opened this issue · 1 comments

Hi,
Thank you for this great job!
Just a quick question, as per the documentation for CIFAR-10 data , there are 50000 train images and 10000 test images.
For the checkpoints, did you train on all data (50000+10000) or you reserved the test images? And did you involve the test images at any point in the training pipeline?

Thank you!

Following common practice, we use only training data for all checkpoints and benchmark tables.
So we do not involve any test images in training pipeline.