Peek at a Tensorboard scalar on the command line.
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.
MIT