Args: evt (tf.Event): the most basic format acceptable by tensorboard. It could include Summary, RunMetadata, LogMessage, and more.
(self, evt)
| 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 |