tensorflow / tensorflow/tensorboard

hparams: why not show all metrics for multi-task?

Open
#5,414 5 comments 2 reactions 1 assignee View on GitHub

@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)

image

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.