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/dirThis project is still in progress, and some features may not be complete.
