netrack / keras-metrics

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

Input support for Tensorflow.data.Dataset #17

Closed GalAvineri closed 5 years ago

GalAvineri commented 5 years ago

Hello! :) Firstly I would like to thank you for this greatly useful repository!

Secondly I would like to ask: Do the metrics functions you provide support an input of Tensorflow.data.Dataset, like the normal metrics of keras does?

GalAvineri commented 5 years ago

At first I had issues using tf.data.Dataset as input, but now it totally works, so it seems to be a problem at my side, thank you!

ybubnov commented 5 years ago

@GalAvineri, no problem, thank you!