A command line interface tool for Tensorboard visualization. No tensorflow dependency, no web server.
Firstly, please git clone this project and install it:
$ cd path/to/tbview-cli
$ pip install -e .After setup, you can use tbview command to view a tensorboard event file. For example:
tbview path/to/events/fileor view a result directory:
tbview path/to/events/dir- Switch tag: Up/Down, PgUp/PgDn, Home/End, Tab/Shift-Tab, or
[/] - Quick-select tag 1-9: number keys
1-9 - Toggle smoothing:
s - Toggle X axis:
m - Set xlim (steps):
xthen typestart:end(ESC cancels) - Set ylim:
ythen typemin:max(ESC cancels) - Back to selection:
q - Quit: Ctrl+C
This project is still in progress, and some features may not be complete.
