remi documentation
Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Back to homepage

TensorBoard

Look at how your remote experiment is doing thanks to TensorBoard.

Available subcommands:

start (default)

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 of pc_name in the config file.
  • -d | --logdir: Log directory.
    Default: The value of logdir in the tensorboard section of the config file (output/ by default).
  • --browser/--no-browser: If enabled, automatically open TensorBoard in the local browser.
    Default: The value of open_browser in the tensorboard section of the config file.

stop

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 of pc_name in the config file.