How to accumulate summary statistics in tensorflow -


i'm collecting set of summary statistics in tensorflow per batch.

i want collect same summary statistics computed on test set, test set large process in 1 batch.

is there convenient way me compute same summary statistics iterate through test set?

looks added recently. found in contrib, streaming metric evaluation.

https://www.tensorflow.org/versions/master/api_guides/python/contrib.metrics


Comments

Popular posts from this blog

'hasOwnProperty' in javascript -

python - ValueError: No axis named 1 for object type <class 'pandas.core.series.Series'> -

java - How to provide dependency injections in Eclipse RCP 3.x? -