If it's possible, supporting the newly added hyper params feature would be amazing :)
https://www.tensorflow.org/tensorboard/r2/hyperparameter_tuning_with_hparams
馃憤 That would be amazing!
I'd wait for a more stabler release before attempt to add support for it. The TF API is currently changing, and is a pain in the ass to get the hparams feature to work by itself. I'm not even to replicate the same results in that article, or any other tutorial about tensorboard's hparams.
Hello @diogoseca , that totally makes sense. However, I currently need this feature for a downstream application on TensorboardX that I am working on, so I went ahead and worked on it on my fork. If you find it useful I can submit a PR.
@eisenjulian
Thank you. I tried it and it was very useful.
pipenv install -e git+https://github.com/eisenjulian/tensorboardX.git@add-hparam-support#egg=tensorboardX
pipenv install tf-nightly-2.0-preview
A PR would be very useful.
I'm happy to make the commit into a PR but would like a blessing from maintainers first.
I am also interested in hparams. Is there any advance on it?
I'm happy to make the commit into a PR but would like a blessing from maintainers first.
@eisenjulian You're the best. It's awesome. Working smoothly (in case of multi-user scnario, one might have to give chmod 777 permision to /tmp/.tensorboard-info).
You saved my ass.
@eisenjulian Oh, you should open a PR directly so that I don't rebuild the wheel! I just merged my implementation. Thanks anyway!
Hi @lanpa, sorry for the misunderstanding. I just thought if no-one replied here, nobody would reply on the PR either. Some open-source projects advise getting pre-approval from maintainers instead of directly sending the code. I'll take it into account for the next time. And I am glad that you added the feature, thanks!
@eisenjulian I looked at your code (demo_hparam.py). Did you missed add_hparam_expertiment()?
You're correct, I think at that point I came up with a minimal working example, and it turns out that you don't need to call add_hparam_expertiment() for TensorBoard to pick-up each of the different trials, but you don't get to customize the way in which each one is displayed on the left-hand side panel.
Most helpful comment
Hello @diogoseca , that totally makes sense. However, I currently need this feature for a downstream application on TensorboardX that I am working on, so I went ahead and worked on it on my fork. If you find it useful I can submit a PR.