/tensorboard-dumper

This tool dumps images in tensorboard

Primary LanguagePython

tensorboard-dumper

requires: pip install tensorboard

This tool dumps images in tensorboard.

tested on python3

python dump.py dumps the images in the file events.out.tfevents. which is generated by tensorboard-pytorch's demo.py

You can find the events.out.tfevents... file in the runs folder in tensorboard-pytorch after running python demo.py.