MCPcopy Index your code
hub / github.com/tensorpack/tensorpack / process_event

Method process_event

tensorpack/callbacks/monitor.py:93–99  ·  view source on GitHub ↗

Args: evt (tf.Event): the most basic format acceptable by tensorboard. It could include Summary, RunMetadata, LogMessage, and more.

(self, evt)

Source from the content-addressed store, hash-verified

91 pass
92
93 def process_event(self, evt):
94 """
95 Args:
96 evt (tf.Event): the most basic format acceptable by tensorboard.
97 It could include Summary, RunMetadata, LogMessage, and more.
98 """
99 pass
100 # TODO process other types
101
102

Callers 1

put_eventMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected