You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was trying to run fid scores for some CelebA images and kept bugging out at 20K-30K samples. After some examination, I found that the error lay in fid.py typecasting to np.float32, and this was resulting in NaN and inf values etc.
Should this be mentioned in fid.py or simply typecast to float64 ? I am not aware of any downside to float64.
The text was updated successfully, but these errors were encountered:
I was trying to run fid scores for some CelebA images and kept bugging out at 20K-30K samples. After some examination, I found that the error lay in fid.py typecasting to np.float32, and this was resulting in NaN and inf values etc.
Should this be mentioned in fid.py or simply typecast to float64 ? I am not aware of any downside to float64.
The text was updated successfully, but these errors were encountered: