pytorch-gan-metrics icon indicating copy to clipboard operation
pytorch-gan-metrics copied to clipboard

Pytorch implementation of common GAN metrics

Results 1 pytorch-gan-metrics issues
Sort by recently updated
recently updated
newest added

When computing FID with following cmd: ``` python -m pytorch_gan_metrics.calc_fid_stats \ --path ./textual_inversion/cat_statue \ --output ./textual_inversion/cat_statue/statistics.npz ``` I got this traceback. ``` /home/featurize/work/ldm/lib/python3.8/site-packages/numpy/core/fromnumeric.py:3474: RuntimeWarning: Mean of empty slice. return _methods._mean(a,...