netrack / keras-metrics

Metrics for Keras. DEPRECATED since Keras 2.3.0
MIT License
165 stars 23 forks source link

Fix Div by 0 Nan #15

Closed dgrahn closed 5 years ago

dgrahn commented 5 years ago

Fixing issue: https://github.com/netrack/keras-metrics/issues/14 Using the method originally in Keras: https://github.com/keras-team/keras/commit/a56b1a55182acf061b1eb2e2c86b48193a0e88f7#diff-7b49e1c42728a58a9d08643a79f44cd4

ybubnov commented 5 years ago

@dgrahn, thank you very much for PR! Looks great, merging.