Submitted by ats678 t3_11a4klg in MachineLearning
I need to produce estimates for these metrics. I tried the torchmetrics implementation, however they’re giving me completely wrong results (I tried FID using the same dataset as both real and fake data and it gave me an incredibly high number). Are you guys aware of other available implementations?
guru_chicken t1_j9reeor wrote
Check out sg2ada pytorch implementation on github, or Clean-FID!