Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 362 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 362 Bytes

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.