Created
June 8, 2019 09:14
-
-
Save t27/d9e6eeca011521a26b4c689e96476179 to your computer and use it in GitHub Desktop.
Tensorboard JS command to open all image sections in image previews
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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