STT-tensorflow/tensorflow/python/summary/README.md
Nick Felt 407e145edf Internal change.
PiperOrigin-RevId: 219546447
2018-10-31 15:20:54 -07:00

11 lines
445 B
Markdown

# TensorFlow Event Processing
This folder contains classes useful for analyzing and visualizing TensorFlow
events files. The code is primarily being developed to support TensorBoard,
but it can be used by anyone who wishes to analyze or visualize TensorFlow
events files.
If you wish to load TensorFlow events, you should use an EventAccumulator
(to load from a single events file) or an EventMultiplexer (to load from
multiple events files).