Edit on GitHubCommand Reference:
Command Reference: tensorboard
cml tensorboard connect [options]Return a link to a https://tensorboard.dev page.
Options
Any generic option in addition to:
-
-c=<file>,--credentials=<file>: TensorBoard JSON credentials (usually found at~/.config/tensorboard/credentials/uploader-creds.json) [default: inferred from environmentCML_TENSORBOARD_CREDENTIALS]. -
--logdir=<path>: Directory containing the logs to process. -
--name=<...>: TensorBoard experiment title (up to 100 characters). -
--description=<...>: TensorBoard experiment description (Markdown format, up to 600 characters). -
--md: Produce output in Markdown format ([title](url)). -
-t=<...>,--title=<...>: Title for Markdown output [default: value of--name].
Examples
$ cml tensorboard connect --logdir=./logs --title=Training --md >> report.mdCredentials
To generate new Tensorboard credentials, run tensorboard dev upload locally
and set the CML_TENSORBOARD_CREDENTIALS environment variable to the contents
of ~/.config/tensorboard/credentials/uploader-creds.json