-
Notifications
You must be signed in to change notification settings - Fork 863
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
Subsequent hparams missing #670
Comments
Thank you for the bug report. I have tried your example but find that I have an opposite result compare to yours. (Example 1 has four columns, Example 2 has two columns) Then I tried to restart the tensorboard several times without re-running your snippet. Surprisingly, the missing column appears from time to time. Finally, I added |
Thanks for getting back to me. You're right that it appears to be random. Unfortunately, for me, even with |
Hi @lanpa , any updates on this one? |
Sorry having missed your reply for so long. After seeing your reply I tried launching tensorboard for several times with the |
Describe the bug
Any hparams not present in the first run will never be shown. This is frustrating if extra information is added as you realise it might be relevant during the experiment. You may also have different experiments in the same folder.
Minimal runnable code to reproduce the behavior
Expected behavior
The first example shows
param1
,param2
,metric1
,metric2
. The second only showsparam1
andmetric1
. I would expect the tables to contain all parameters and metrics present in all runs. They can be displayed as blanks if not present for a given run, as is the case for the first example.Screenshots
Example 1
Example 2
Environment
Python environment
Conda 3.9
The text was updated successfully, but these errors were encountered: