missed something

ADDED DISCONNECT BACK
This commit is contained in:
nawnie 2023-03-29 03:58:17 -05:00 committed by GitHub
parent ee44a73a54
commit 008680f8c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -490,6 +490,9 @@
"\n",
"# Finish the training process\n",
"process.wait()"
"if Disconnect_after_training :
" time.sleep(40)
" runtime.unassign()
]
},
{
@ -579,4 +582,4 @@
},
"nbformat": 4,
"nbformat_minor": 0
}
}