Skip to content

Instantly share code, notes, and snippets.

@t27
Created June 8, 2019 09:14
Show Gist options
  • Save t27/d9e6eeca011521a26b4c689e96476179 to your computer and use it in GitHub Desktop.
Save t27/d9e6eeca011521a26b4c689e96476179 to your computer and use it in GitHub Desktop.
Tensorboard JS command to open all image sections in image previews
document.querySelectorAll('#center > div > tf-category-pane > button').forEach(e=>e.click())
// just copy the above and run in browser console to open all the image previews in a Tensorboard.
// Especially useful if youre logging image visualisations(for eg. detections in an object detector model)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment