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
Hi, thanks for the great work. I would like to know how to evaluate the generation performance of models. Specifically, I am interested in how to calculate FID and other metrics such as IS, and whether you have implemented automated evaluation pipelines.
The text was updated successfully, but these errors were encountered:
Hi @liang-hou,
Thank you for opening this issue and sorry for the late reply. There is no automated evaluation pipeline for the moment. This is a feature that can be added in the future if you think it would be helpful. To evaluate your models you can use the samplers to generate new images and store them in a dedicated folder. Then, you can use the official implementations (see for instance the repo for the FID) or use torchmetrics which also includes easy metric computation.
Hi, thanks for the great work. I would like to know how to evaluate the generation performance of models. Specifically, I am interested in how to calculate FID and other metrics such as IS, and whether you have implemented automated evaluation pipelines.
The text was updated successfully, but these errors were encountered: