Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Train and Validation Split #17

Closed
stevenwalton opened this issue Apr 21, 2022 · 4 comments
Closed

Train and Validation Split #17

stevenwalton opened this issue Apr 21, 2022 · 4 comments

Comments

@stevenwalton
Copy link

stevenwalton commented Apr 21, 2022

What was the train and validation split used? I'm using the checkpoint provided and testing with a validation set of the top 10k, similar to Co-Mod-GAN's split (section 5.1). Using this split I am getting a FID of 4.26.

@ForeverFancy
Copy link
Collaborator

Hi, as written in the paper, for FFHQ and LSUN Church datasets, we randomly sample 50,000 images from the original datasets as validation sets and calculate FID between the validation sets and 50,000 generated images. For CelebA-HQ, we calculated the FID between 30,000 generated images and all the training samples.

@stevenwalton
Copy link
Author

Thanks. Do you have any uncertainty value for these numbers? Or were all your experiments with the same random seed?

@ForeverFancy
Copy link
Collaborator

Sorry, we do not uncertainty value of the reported numbers. The random seeds are all set to the default values.

@stevenwalton
Copy link
Author

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants