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 - Confirm a form & display message if form is valid with JQuery -

Retrieving ETA (estimated time of arrival) with Google Distance Matrix API and public transit as transport mode -

ionic framework - Meteor - Error: Failed to execute 'insertBefore' on 'Node' -