You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 29, 2026. It is now read-only.
Hello, thank you for the code released. I have downloaded the codes and pretrained checkpoints, and used the following command to run the evaluation of the unconditional cifar-10 ebm:
which I found performs better than setting repeat_scale to the default 100. I got the following results:
Inception score of 6.402187347412109 with std of 0.07995259016752243
FID of score 51.90580605898839
Compared to the paper, the inception score is close but the FID is much higher than that in the text. Could you please help me figure out whether my configuration is correct?
P.S. the other hyperparameters used follow the default setting in the code and paper:
Hello, thank you for the code released. I have downloaded the codes and pretrained checkpoints, and used the following command to run the evaluation of the unconditional cifar-10 ebm:
which I found performs better than setting
repeat_scaleto the default 100. I got the following results:Compared to the paper, the inception score is close but the FID is much higher than that in the text. Could you please help me figure out whether my configuration is correct?
P.S. the other hyperparameters used follow the default setting in the code and paper: