-
Notifications
You must be signed in to change notification settings - Fork 31
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
Accurarcy() does not work, but 'accuracy' does #15
Comments
@LostInDarkMath, https://www.tensorflow.org/api_docs/python/tf/keras/metrics/CategoricalAccuracy |
Thank your for the clarification. That means that the string |
This issue is stale because it has been open for 14 days with no activity. It will be closed if no further activity occurs. Thank you. |
@LostInDarkMath keras.metrics.Accuracy
keras.metrics.BinaryAccuracy From doc,
And when we use string identifier, for example [
@tilakrayal |
From the model.copile document:
|
When you use metrics.Accuracy, it resolves to |
The same behavior exists in Keras 3 as well. Should we deprecate use of |
The |
System information.
pip install tensorflow
2.13.0
3.11.5
Describe the problem.
If I write
Accurarcy()
in themetrics
list, it does not work. But the Stringaccuracy
does work. According to the docs, bith sould work. See example code below.Describe the current behavior.
Describe the expected behavior.
Contributing.
Standalone code to reproduce the issue.
Source code / logs.
Nothing.
The text was updated successfully, but these errors were encountered: