Skip to content

Commit ec688b3

Browse files
authored
Update how-to-interactive-jobs.md
1 parent c765f19 commit ec688b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ 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-
logDir="output/tblogs" # relative path of Tensorboard logs (same as in your training script)
95+
log_Dir="output/tblogs" # relative path of Tensorboard logs (same as in your training script)
9696
}
9797
),
9898
"My_ssh": SshJobService(

0 commit comments

Comments
 (0)