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

juhayna-zh/tbview-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 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

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