tensorflow / tensorboard

TensorFlow's Visualization Toolkit
Apache License 2.0
6.66k stars 1.65k forks source link

Download/extract the images from the event file #6834

Open ArthurDelannoyazerty opened 4 months ago

ArthurDelannoyazerty commented 4 months ago

During the training of a model, I store some images in tensorboard. But I need to access them after the training is complete. It would be nice if there where a button to download a selected series of images from tensorboard into a folder. This is like the button to download the charts.

yatbear commented 4 months ago

Hi @ArthurDelannoyazerty,

Thanks for the feedback! At the moment we don't have bandwidth for additional image plugin features, marking this as a feature request for future planning, hope we can get to this soon. I understand that right-clicking on the each image and saving it is way less than ideal. If you are interested in contributing to our codebase and adding this feature, please feel free to send us a PR, thank you!

geroldmeisinger commented 2 months ago

StackOverflow - How to extract and save images from tensorboard event summary?