tensorflow / tensorflow/tensorboard

Tag experiments to filter and search according to hyper-parameters values

Open
#5,372 5 comments 0 reactions 1 assignee View on GitHub

@pindinagesh is already working on this.

Since Oct 12, 2021.

stat:awaiting response type:feature
Dominant language
TypeScript
Stars
7.2k
Forks
1.7k
Avg merge
4d 22h
Merged PRs (30d)
1

Description

As a data scientist, I am often running a lot of different experiments to compare different architecture designs ou hyper-parameter settings which I monitor in tensorboard.
In order to differentiate and filter experiments in tensorboard, I'm giving long explicit names to my experiments such as "alois_text_and_image_lr_0001_bs_64_3_epochs..." but I cannot detail all the choices here and it's very painful to do.
What I would like to do is to tag an experiment with a config object in my code (can be a dictionnary or a YACS config) and be able to filter and search experiments in tensorboard according to some parameters values (instead of the textual search).

If this is not already implemented, I can find some time to help on the implementation.

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.