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 -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -

How to understand 2 main() functions after using uftrace to profile the C++ program? -