tf.contrib.learn.monitors.GraphDump.__init__(ignore_ops=None)
Initializes GraphDump monitor.
Args:
-
ignore_ops
:list
ofstring
. Names of ops to ignore. If None,GraphDump.IGNORE_OPS
is 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.