latent-diffusion
latent-diffusion copied to clipboard
Settings for FID evaluation
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?
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)