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

Replication error. #3

Open
zhuyu-cs opened this issue Jan 23, 2024 · 2 comments
Open

Replication error. #3

zhuyu-cs opened this issue Jan 23, 2024 · 2 comments

Comments

@zhuyu-cs
Copy link

Since there is no test script for FID in current code, I was trying to reproduce the result of cifar10 in paper Table1 based on clean-fid. I have changed the config to use denoiser during sampling, but the final FID is not 2.72, but 12.72, and IS=10.33.

So how can I implement a proper FID test script to reproduce the results in the text?

Thanks!

@louaaron
Copy link
Owner

louaaron commented Feb 6, 2024

The FID script is the one from https://github.com/yang-song/score_sde_pytorch.

The results seem flipped (the denoiser should hurt the IS but help the FID), so it may be possible that there is a bug there.

@zhuyu-cs
Copy link
Author

Hi, sorry for the late reply. I have retest the FID follow https://github.com/yang-song/score_sde_pytorch. The results are as follows:
Predictor-Denoiser: IS: 10.42853, FID: 13.12402,
Predictor: IS: 10.36311, FID: 13.20688

I have no idea where the problem led to this results. Any help would be appreciated!

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