clean-fid icon indicating copy to clipboard operation
clean-fid copied to clipboard

fix tranform typo

Open jeremyfix opened this issue 1 year ago • 0 comments

Hi,

this is just a fix for a minor typo in fid.py and utils.py where an argument was called custom_image_tranform while you expected to call it custom_image_transform I suppose.

This PR just applied

cd cleanfid
sed -i 's/custom_image_tranform/custom_image_transform/g' *.py

jeremyfix avatar Sep 10 '23 17:09 jeremyfix