Skip to content

A CLI tool for Tensorboard visualization. No tensorflow dependency, no web server.

Notifications You must be signed in to change notification settings

mrsndmn/tbview-cli

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tbview-cli: Command-Line Tensorboard Viewer

A command line interface tool for Tensorboard visualization. No tensorflow dependency, no web server.

Get Started

Firstly, please git clone this project and install it:

$ cd path/to/tbview-cli
$ pip install -e .

Usage

After setup, you can use tbview command to view a tensorboard event file. For example:

tbview path/to/events/file

or view a result directory:

tbview path/to/events/dir

Controls (in viewer)

  • 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): x then type start:end (ESC cancels)
  • Set ylim: y then type min:max (ESC cancels)
  • Back to selection: q
  • Quit: Ctrl+C

Acknowledgement

This project is still in progress, and some features may not be complete.

About

A CLI tool for Tensorboard visualization. No tensorflow dependency, no web server.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%