monitoring
tensorboard
python
def tensorboard(envd_port=6006,
envd_dir="/home/envd/logs",
host_port=0,
host_dir="/tmp")
Configure TensorBoard.
Make sure you have permission for host_dir
Arguments:
envd_port
Optional[int] - port used by envd containerenvd_dir
Optional[str] - log storage mount path in the envd containerhost_port
Optional[int] - port used by the host, if not specified or equals to 0, envd will randomly choose a free porthost_dir
Optional[str] - log storage mount path in the host