clean-fid
clean-fid copied to clipboard
fix tranform typo
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