You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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?
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.

The text was updated successfully, but these errors were encountered: