EndlessSora/TSIT

How to get FID?

cyq373 opened this issue · 2 comments

For the season transfer task, how to get the FID score?

Hi,

Pytorch has a pytorch-fid implementation. You can try using that to calculate the fid score between two datasets.

pip install pytorch-fid

Usage

​python -m pytorch_fid path/to/dataset1 path/to/dataset2