GaParmar / clean-fid

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

Enabling usage on windows #14

Closed dome272 closed 2 years ago

dome272 commented 2 years ago

Running the code on my windows machine, gave me the two following errors: the /tmp is different on windows and DataLoader crashes while using num_workers > 0. I made the /tmp folder general and added a condition for the num_workers argument.

GaParmar commented 2 years ago

This issue is resolved in another pull request that I approved

GaParmar commented 2 years ago

Feel free to reopen this if the issue still persists.