Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 530 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 530 Bytes

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