Closed vkramanuj closed 4 months ago
Hi, I have the same problem as you when I reproduced it, did you solve it?
My result is:
GPT-B (16x16):
Inception Score: 191.79376220703125 FID: 6.113283307597328 sFID: 10.382730755632338 Precision: 0.74984 Recall: 0.45462
Hi, thanks for the great repo. I'm trying to reproduce some of your paper's numbers using the provided models. After using
val.sh
to produce the ImageNet val npz file, my reconstruction FID matches yours perfectly (VQ-16), 2.19. However, after sampling stage 2, my numbers disagree with yours by wide margins, except on Inception Score which matches exactly on GPT-B.Here are the numbers I get:
GPT-B (16x16):
GPT-L (16x16):
Commands (GPT-B):
Commands (GPT-L):
Any assistance would be greatly appreciated!