LTH14 / mage

A PyTorch implementation of MAGE: MAsked Generative Encoder to Unify Representation Learning and Image Synthesis
MIT License
507 stars 26 forks source link

How to replicate FID/IS score? #1

Closed gaopengpjlab closed 1 year ago

gaopengpjlab commented 1 year ago

As the title implies, please provide scripts for FID/IS evaluation.

LTH14 commented 1 year ago

Thanks for your suggestion! We use standard torch-fidelity package to evaluate the FID/IS of our generated images. I just updated the readme to provide a more detailed instructions.