Applying Performance metric like Inception score or FID

Hello, everyone, I hope you all will be good I need some help regarding apply the inception score and FID in this GitHub repository[https://github.com/odegeasslbc/Progressive-GAN-pytorch] can someone help out it will be very helpful for me.

Where are you currently stuck and what have you implemented so far?

@ptrblck I have implemented this pggan code and I wanna apply performance metric to it can you help me with that how to that here is the link https://github.com/odegeasslbc/Progressive-GAN-pytorch?fbclid=IwAR0s8K41vVc0SoXNj6LHo49dcEWPzrMuqwic1ae9ykG52SqSLgQ7PnBh7oc

I would recommend to test some already implemented approaches such as pytorch-fid and check if they would be working for your use case. Also, I think you might be able to find some implementations for these metrics in this forum. :wink:

I tried a lot but I don’t know why it’s hard for me to implement these metrics by the way thanks @ptrblck