Hi, authors, thank you for your nice work!
I am learning your FID calculation code. I found that in Line 170 in preprocessing.py, the seq_name repeats 10 times, so that the evaluator run 10 times on testval set.
I am not understand this design.
|
for i, seq_name in enumerate(seq_names * 10): |
And can I reproduce the FID scores in your paper with the provided checkpoints?
Thank you!
Best