Tensorboard
This is an apolo-flow action launching a Tensorboard instance.
The only required argument is a reference to a storage folder with your experiment results.
Quick example
Arguments
job_name
job_name
Predictable subdomain name which replaces the job's ID in the full job URI. ""
by default
Example
http_port
http_port
HTTP port to use for Tensorboard, "6006"
by default.
Example
http_auth
http_auth
Whether to use HTTP authentication for Tensorboard. "True"
by default
Example
volumes_results_remote
volumes_results_remote
Reference to a volume with experiment results.
Example
Feel free to check the Tensorboard action repository.
Last updated