-
Notifications
You must be signed in to change notification settings - Fork 47
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
Reproducing results in the paper #4
Comments
The score network for FFHQ (taken from this repository according to the paper) has been trained on the full FFHQ dataset with all 70k images. If the experiments in the paper have been performed on a subset of the FFHQ dataset using the above model, it seems to me that the model has been trained on the images it is being evaluated on and therefore the results might be misleading. Thanks in advance for clarifying this! |
Hello @z-fabian, Actually, we trained the score network on the subset of the FFHQ dataset with 50k images where the validation set is excluded. Specifically, we used the first 1k images of the FFHQ dataset as the validation set. It was written incorrectly in the paper by mistake, and it is planned to be modified in the camera-ready version. We are sorry to confuse you and thank you for pointing out the important part! |
Great, thank you for the clarification. I assume the folder '00000' has been used as validation set and '01000' - '49000' for training (using the default folder names after downloading the dataset), is that correct? |
Exactly :) |
Hi, Could you please also publish which part of the ImageNet validation set was used as ImageNet-1k validation set for the results in the paper? Has center cropping been applied to the images after loading? I would like to reproduce the results and the plots from the paper. Thanks a lot in advance! |
Hello, Validation: '00000' Doesn't it include folder '50000' to be 50K images? |
Any thoughts regarding this please? I too would like to know please. |
Hi, I am trying to reproduce the results from the paper and I cannot find exactly which 1k images of the FFHQ and ImageNet dataset were used for the tables in the paper. Can you please clarify the exact split used for comparing DPS with the other methods?
Thank you!
The text was updated successfully, but these errors were encountered: