All Projects â†’ chingyaoc â†’ Tensorboard2seaborn

chingyaoc / Tensorboard2seaborn

Licence: mit
Plot Tensorflow Summary Event in a Beautiful Way 🌈

Programming Languages

python
139335 projects - #7 most used programming language

Tensorboard2Seaborn 🌈

Plot Tensorflow event in a beautiful way (using seaborn actually) instead of using Tensorboard. Currently this repo will plot all the scalars store by tf.summary().

Requirement

  • Tensorflow
  • python 2.7
  • matplotlib
  • seaborn

Usage

Read and plot tf event

python beautify.py --logdir=./logdir --smooth=100 --color=#4169E1
  • logdir: logdir to event file
  • smooth: step size for average smoothing
  • color: pick a color you like :)

Example

After

Before

Reference

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].