Skip to content

NPN/tensorboard-peek

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tensorboard-peek

Peek at a Tensorboard scalar on the command line.

Screenshot of loss graph

Usage

Build the program with cargo run --release. Any terminal supported by Crossterm should work.

tensorboard-peek EVENTS_FILE will print all the scalars found in the file. tensorboard-peek EVENTS_FILE SCALAR_TAG will show a line graph of the given scalar, with steps on the x-axis. Press Esc or Q to close the graph.

License

MIT

About

Peek at a Tensorboard scalar on the command line.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages