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

Fix numerical warning in the Iris example #18754

Merged
merged 1 commit into from
Apr 23, 2018

Conversation

ADiegoCAlonso
Copy link
Contributor

When running the script iris_monitors.py, the following message is prompted: WARNING:tensorflow:float64 is not supported by many models, consider casting to float32

The numpy data type float is shorthand for float64. So, float32 is explicitly specified as solution.

@martinwicke martinwicke merged commit c4c1fa9 into tensorflow:master Apr 23, 2018
@ADiegoCAlonso ADiegoCAlonso deleted the fix-numerical-warning branch May 3, 2018 15:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants