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()
.
- Tensorflow
- python 2.7
- matplotlib
- seaborn
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 :)