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

Nontype error in code #116

Open
rustamali9183 opened this issue Jun 19, 2020 · 0 comments
Open

Nontype error in code #116

rustamali9183 opened this issue Jun 19, 2020 · 0 comments

Comments

@rustamali9183
Copy link

in latest version of tensorflow writting "if(logs.get('accuracy')>0.99):" raises an error i.e nontype can't be compared with float type value
so this code needs to be changed like this "if(logs.get('acc')>0.99):"

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