-
Notifications
You must be signed in to change notification settings - Fork 316
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
Can not align FID with provided checkpoint #69
Comments
@keyu-tian Thanks for your great work! could you please help with this issue? Any insights could be helpful. |
+1 Thanks for the great work! wondering if you are willing to share your evaluation scripts ? |
@LiCHH @ma-xu @Kumbong . It seems the generation seed is replicate for each class. gseed should be different . I would use
|
I tried your suggestion, but the results got worse. The randomness of c2i has already been introduced by rng, so shouldn't it be unnecessary to change the random seed? Or could you share your evaluation code with me? @ChenDRAG @keyu-tian |
You can try to use B=50, since random seed is shared across different batches. |
Have you been able to reproduce the results in Table 1 of the paper? Could you share the inference script? We use B=50 for each class and var_d16 for evaluation.
The main issue is the IS. The results on other metrics are similar to those in the paper. Thanks. |
This solved the issue for me This solved the issue for me openai/guided-diffusion#153 |
Hello, I wrote a script based on the demo_sample.ipynb to generate 50,000 samples and tested them using OpenAI's FID evaluation toolkit. However, I found that the metrics did not align. Could you help me identify the problem?
I got
by using d20 checkpoint and
by using d30 checkpoint.
The script is as below:
The text was updated successfully, but these errors were encountered: