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
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):"
The text was updated successfully, but these errors were encountered:
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):"
The text was updated successfully, but these errors were encountered: