latent-diffusion icon indicating copy to clipboard operation
latent-diffusion copied to clipboard

Settings for FID evaluation

Open yuuki-nishi opened this issue 2 years ago • 1 comments

When evaluating the value of FID, the paper states that this API is used to calculate the value. However, I could not find in it a description of how to set the value of feature_layer_fid. I ran it with the default value and got FID=40.2 in unconditional sampling for LSUN-Churches. Does anyone know the proper setting for this?

yuuki-nishi avatar Jan 29 '23 08:01 yuuki-nishi

Same question. I got fid=2.44 when setting the dims=192 in InceptionV3 model, but got fid=50+ if setting dims=2048 (evaluating the unconditional LDM on CelebAHQ, using pytorch-fid implements)

CharmsGraker avatar Aug 18 '23 09:08 CharmsGraker