GaParmar / clean-fid

PyTorch - FID calculation with proper image resizing and quantization steps [CVPR 2022]
https://www.cs.cmu.edu/~clean-fid/
MIT License
894 stars 68 forks source link

General question #49

Open Gorluxor opened 10 months ago

Gorluxor commented 10 months ago

Is the teaser figure depicting problems of downsampling still the same, given the new Pytorch 2.0 update? (i.e., is this issue the same for the current implementation of PyTorch bilinear...).

I know it is not a direct issue on the repo, but I could not find the answer or any updates about this.

Thanks for the great work!

jeremyfix commented 10 months ago

Hi ;

It seems to me yes;

Indeed, there is a notebook provided on the README.md ; direct link : https://colab.research.google.com/drive/1Q-N94S2mnLsFLpuT7WwY6d5WxGVWLGpg?usp=sharing

You can upgrade pytorch to 2.0.1 and the interpolation is still "failing" :

image