Export TensorFlow logs to common easy to read formats (csv-files, png-images, ...)
Summary | Format |
---|---|
Scalars | 1 csv-file. One column per scalar summary tag. |
Images | Multiple PNG-images structured in folderes depending on the name of the summary tags. |
Audio | Not yet supported. |
Histograms | Not yet supported. |
Distributions | Not yet supported. |
Tensors | Not yet supported. |
Tested on TensorFlow version 0.11.0, 1.1.0 and 1.3.0 and Python 2.7 and 3.6.
python readLogs.py <output-folder> <output-path-to-csv> <summaries>
Inputs:
<input-path-to-logfile> - Path to TensorFlow logfile.
<output-folder> - Path to output folder.
<summaries> - (Optional) Comma separated list of summaries to save in output-folder. Default: scalars, histograms, images, audio, compressedHistograms