Skip to content

Commit 8506641

Browse files
authored
Update how-to-interactive-jobs.md
1 parent ad20eea commit 8506641

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

articles/machine-learning/how-to-interactive-jobs.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -92,13 +92,11 @@ If you don't see the above options, make sure you have enabled the "Debug & moni
9292
),
9393
"My_tensorboard": TensorBoardJobService(
9494
nodes="all",
95-
log_Dir="output/tblogs" # relative path of Tensorboard logs (same as in your training script)
96-
}
95+
log_Dir="output/tblogs" # relative path of Tensorboard logs (same as in your training script)
9796
),
9897
"My_ssh": SshJobService(
9998
ssh_Public_Keys="<add-public-key>",
100-
nodes="all"
101-
}
99+
nodes="all"
102100
),
103101
}
104102
)

0 commit comments

Comments
 (0)