Skip to content

chingyaoc/Tensorboard2Seaborn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

6 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

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

About

Plot Tensorflow Summary Event in a Beautiful Way 🌈

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages