ITADN

FID is a negative value

#105Opensantiago-parodi 创建于 2024-02-03
S
santiago-parodicommented
I'm attempting to compute the FID between two datasets, each containing 192 samples. I used the following command: ```bash python -m pytorch_fid --dims 192 ./real/ ./fake/ ``` However, I'm getting a negative FID value: `FID: -4.808164533187664e-09` Any ideas of what might be happening? Thanks in advance!
2 条评论