tf.contrib.learn.monitors.GraphDump.__init__(ignore_ops=None)
Initializes GraphDump monitor.
Args:
-
ignore_ops:listofstring. Names of ops to ignore. If None,GraphDump.IGNORE_OPSis used.
tf.contrib.learn.monitors.GraphDump.__init__(ignore_ops=None)
Initializes GraphDump monitor.
ignore_ops: list of string. Names of ops to ignore. If None, GraphDump.IGNORE_OPS is used.
Please login to continue.