tf.contrib.learn.monitors.GraphDump.compare()

tf.contrib.learn.monitors.GraphDump.compare(other_dump, step, atol=1e-06)

Compares two GraphDump monitors and returns differences.

Args:
  • other_dump: Another GraphDump monitor.
  • step: int, step to compare on.
  • atol: float, absolute tolerance in comparison of floating arrays.
Returns:

Returns tuple:

  • matched: list of keys that matched.
  • non_matched: dict of keys to tuple of 2 mismatched values.
Raises:
  • ValueError: if a key in data is missing from other_dump at step.
doc_TensorFlow
2016-10-14 13:06:21
Comments
Leave a Comment

Please login to continue.