Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Query the images at a particular step #4074

Closed
szywise opened this issue Aug 23, 2020 · 4 comments
Closed

Query the images at a particular step #4074

szywise opened this issue Aug 23, 2020 · 4 comments

Comments

@szywise
Copy link

szywise commented Aug 23, 2020

Tensorboard subsamples images by default, with the subsampling rate controlled by --samples_per_plugin.

I would like to inspect any step that I want. This can happen when I find the loss at a particular step is high and want to look at the middle layer outputs to figure out why.

Specifying --samples_per_plugin images=0 is a solution, but it seems to be loading a lot of data and the images never showed up in the panel.

I think it would be nice to have a query input box beside the slider so that that I can load only the image of one particular step.
image

@bileschi
Copy link
Collaborator

Hi @szywise, thank you for your feature request!

I think I understand, but let me check. The idea is that the front end will still only upload a subsample, but the user may specify interest in an out-of-sample image by specifically requesting it. Is that the idea?

@szywise
Copy link
Author

szywise commented Aug 25, 2020

Yes @bileschi, that is what I mean.

@nfelt
Copy link
Contributor

nfelt commented Apr 21, 2021

Duplicate of #1012

@nfelt nfelt marked this as a duplicate of #1012 Apr 21, 2021
@nfelt
Copy link
Contributor

nfelt commented Apr 21, 2021

Belated but it looks like #1012 covers this, and it's older, so deduping to that one.

@nfelt nfelt closed this as completed Apr 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants