tensorflow / tensorboard

TensorFlow's Visualization Toolkit
Apache License 2.0
6.7k stars 1.66k forks source link

implement filtering on hyperparameters in hparams plugin #4121

Open drevicko opened 4 years ago

drevicko commented 4 years ago

It would be very useful to allow filtering on hyperparameters in the hparams UI. There doesn't seem to be such a functionality.

In my case, filtering on runs via a regex (similar to the standard plugins) would have similar effect (since my run names encode interesting hyperparameters) but this doesn't seem to be possible either.

Currently the only filter I can see is on the values of stored metrics.

I see two workarounds with the current plugin:

tensorboard version 1.14.0

tensorflow version 2.0.0

jerpint commented 2 years ago

This would be a nice feature, at the very least to use the same regex that is implemented on the scalars page to filter the hparams page. It makes the scatter plot difficult to interpret without this support