Skip to content

Instantly share code, notes, and snippets.

@karszawa
Created May 6, 2018 18:16
Show Gist options
  • Save karszawa/e8771465da25eeb115610d3e7cb0812a to your computer and use it in GitHub Desktop.
Save karszawa/e8771465da25eeb115610d3e7cb0812a to your computer and use it in GitHub Desktop.
with tf.name_scope('summaries'):
tf.summary.scalar('min', tf.reduce_min(var)) # or
tf.reduce_min(var, name='min')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment