tensorflow / tensorflow/tensorboard
Introduce cloud storage based aliases
@bileschi is already working on this.
Since Nov 12, 2020.
- Dominant language
- TypeScript
- Stars
- 7.2k
- Forks
- 1.7k
- Avg merge
- 4d 22h
- Merged PRs (30d)
- 1
Description
It would be great if TensorBoard allowed the usage of aliases to reference to experiments by a stable ID of one's choosing. One possibility to control the attribution of this "alias namespace" would be to base it on existing cloud storage namespaces, e.g. tensorboard dev upload --logdir=gs://flax_data/examples/imagenet would automatically reference to the alias gs/flax_data/examples/imagenet and could then be accessed via https://tensorboard.dev/cloud/gs/flax_data/examples/imagenet
Initially, TensorBoard could support the gs/ alias namespace based on Google Cloud Storage, but this might be extended later on to other cloud storages.
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.