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

javascript - Knockout pushing observable and computed data to an observable array -

'hasOwnProperty' in javascript -

Trouble making a JSON string -