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", "\n",
"# Finish the training process\n", "# Finish the training process\n",
"process.wait()" "process.wait()"
"if Disconnect_after_training : "if Disconnect_after_training :",
" time.sleep(40) " time.sleep(40)",
" runtime.unassign() " runtime.unassign()"
] ]
}, },
{ {