fix colab

This commit is contained in:
Victor Hall 2023-03-29 20:34:55 -04:00
parent d4006ca3ad
commit 93c0f43777
1 changed files with 3 additions and 3 deletions

View File

@ -493,9 +493,9 @@
"\n",
"# Finish the training process\n",
"process.wait()"
"if Disconnect_after_training :
" time.sleep(40)
" runtime.unassign()
"if Disconnect_after_training :",
" time.sleep(40)",
" runtime.unassign()"
]
},
{