metrics icon indicating copy to clipboard operation
metrics copied to clipboard

IS, FID score Pytorch and TF implementation, TF implementation is a wrapper of the official ones.

Results 4 metrics issues
Sort by recently updated
recently updated
newest added

As stated by @ML-Chen in #2, `scipy.misc.imread` and `scipy.misc.imresize` has been deprecated and is no longer available with recent versions of scipy. Instead, we can replace it with `from PIL...

`scipy.misc.imread` has been deprecated and is no longer available with recent versions of scipy. Instead, we can replace it with `from imageio import imread`.