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 Apr 19, 2026. It is now read-only.
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.
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.
mint/tools/preprocessing.py
Line 170 in b8f8bdf
And can I reproduce the FID scores in your paper with the provided checkpoints?
Thank you!
Best