tensorflow / tensorflow/tensorboard
Tag experiments to filter and search according to hyper-parameters values
@pindinagesh is already working on this.
Since Oct 12, 2021.
- 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
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.