Apolo
HomeConsoleGitHub
  • Apolo concepts
  • CLI Reference
  • Examples/Use Cases
  • Flow CLI
  • Actions Reference
  • Apolo Extras CLI
  • Python SDK
  • Getting started
  • Reference
    • Tensorboard
    • Remote Debug
    • Jupyter
    • WebDAV Server
    • Filebrowser
    • VS Code
    • Checkout
Powered by GitBook
On this page

Was this helpful?

  1. Reference

Tensorboard

PreviousGetting startedNextRemote Debug

Last updated 5 months ago

Was this helpful?

This is an action launching a instance.

The only required argument is a reference to a storage folder with your experiment results.

Quick example

jobs:
  tensorboard:
    action: gh:apolo-actions/tensorboard@master
    args:
      volumes_results_remote: $[[ volumes.results.remote ]]

Arguments

job_name

Predictable subdomain name which replaces the job's ID in the full job URI. "" by default

Example

args:
	job_name: "tensorboard-job"

http_port

HTTP port to use for Tensorboard, "6006" by default.

Example

args:
	http_port: "6666"

http_auth

Whether to use HTTP authentication for Tensorboard. "True" by default

Example

args:
	http_auth: "False"

volumes_results_remote

Reference to a volume with experiment results.

Example

args:
	volumes_results_remote: $[[ volumes.results.remote ]]

Feel free to check the .

apolo-flow
Tensorboard
Tensorboard action repository