Skip to content

Export TensorFlow logs to common easy to read formats (csv-files, png-images, ...)

License

Notifications You must be signed in to change notification settings

anderskm/exportTensorFlowLog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

exportTensorFlowLog

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.

Usage

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

About

Export TensorFlow logs to common easy to read formats (csv-files, png-images, ...)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages