netrack / keras-metrics

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

Allow y_pred to have more than 2 dimensions. #23

Closed janstrohbeck closed 5 years ago

janstrohbeck commented 5 years ago

This should fix #22. I use it with (?, 82944, 2) tensors.

ybubnov commented 5 years ago

Hi @janstrohbeck, thank you very much for the PR! This looks like smart approach of handling multi-dimensional output.