fix notebook

This commit is contained in:
Victor Hall 2023-03-29 20:35:58 -04:00
parent 93c0f43777
commit a9e03a9da4
1 changed files with 1 additions and 1 deletions

View File

@ -492,7 +492,7 @@
" last_output = log_line\n",
"\n",
"# Finish the training process\n",
"process.wait()"
"process.wait()",
"if Disconnect_after_training :",
" time.sleep(40)",
" runtime.unassign()"