tensorflow / tensorflow/tensorboard

In colab, load tensorboard settings from the command line: %tensorboard --settings

Open
#6,867 3 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
TypeScript
Stars
7.2k
Forks
1.7k
Avg merge
4d 22h
Merged PRs (30d)
1

Description

Every time I start colab and tensorboard, I have to select the same settings, which is quite boring.
If possible, I'd like to ask to control the "settings", for example (scalars Smoothing = 0.99)

with this command
%tensorboard --logdir="{BOARD_PATH}"
--scalars-smoothing=0.99
--Ignore-outliers-in-chart-scaling=False

and maybe even:

select the (multple) data to be shown, on the base of the folder name? --run="Jun08_10-40-47"
toggle full size mode

$$Clipboard01

thanks

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.

Research direction

Start with the %tensorboard command and its existing --logdir handling, then trace how Scalars smoothing and chart outlier settings are represented. Define which command-line settings are in scope, including the requested run selection and full-size mode, and verify that supported values are reflected in Colab.

Written by the indexing model from the issue text.

Assessment

Tech stack
typescript
Domain
cli
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
32/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.