TensorBoard
Look at how your remote experiment is doing thanks to TensorBoard.
Available subcommands:
remi tensorboard [start] [OPTIONS]
Run a TensorBoard server on the remote desktop.
start is the default sub-command (which can thus be run using remi tensorboard).
Options:
-p | --port: The port (local and remote) for the server.
Default:9090-h | --hostname: The hostname of an Inria computer.
Default: The value ofpc_namein the config file.-d | --logdir: Log directory.
Default: The value oflogdirin thetensorboardsection of the config file (output/by default).--browser/--no-browser: If enabled, automatically open TensorBoard in the local browser.
Default: The value ofopen_browserin thetensorboardsection of the config file.
remi tensorboard stop [OPTIONS]
Stop TensorBoard on the remote desktop.
Options:
-p | --port: The port (local and remote) for the server.
Default:8080-h | --hostname: The hostname of an Inria computer.
Default: The value ofpc_namein the config file.