Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

should fid.py mention np.float64 ? #29

Open
AmurG opened this issue Jan 30, 2020 · 0 comments
Open

should fid.py mention np.float64 ? #29

AmurG opened this issue Jan 30, 2020 · 0 comments

Comments

@AmurG
Copy link

AmurG commented Jan 30, 2020

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant