tensorflow / tensorflow/tensorboard
hparams: why not show all metrics for multi-task?
Open
@stephanwlee is already working on this.
Since Nov 17, 2021.
plugin:hparams
stat:awaiting response
type:bug
- Dominant language
- TypeScript
- Stars
- 7.2k
- Forks
- 1.7k
- Avg merge
- 4d 22h
- Merged PRs (30d)
- 1
Description
I hope to recoard hparams for multi-task project.
My Code:
# for the 1st task:
writer.add_hparams(hparams,{"dev_tp_sim": 0.5, "dev_loss_sim": 0.5}, name='hparam')
# for the 2nd task:
writer.add_hparams(hparams,{"dev_tp_nil": 0.5, "dev_loss_nil": 0.5}, name='hparam')
Result with problem (current version: 2.7.0)

Hope to see:
hparams page should show all my metric for every hparam instance, if a instance doesn't have a metric, use NaN fill it.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.