Skip to content
Advertisement

Tag: tensorboard

How do you read Tensorboard files programmatically?

How can you write a python script to read Tensorboard log files, extracting the loss and accuracy and other numerical data, without launching the GUI tensorboard –logdir=…? Answer You can use TensorBoard’s Python classes or script to extract the data: How can I export data from TensorBoard? If you’d like to export data to visualize elsewhere (e.g. iPython Notebook), that’s

Advertisement