update sleep timer for disconnet

Discord complaints of last.ckpt not appear may be due to auto disconnect only waiting 3 seconds after training this updates it to 40 which is more then enough time to save to the Gdrive (takes about 28 seconds). This will be safe to accept with out further testing due to only timer being changed.
This commit is contained in:
nawnie 2023-03-14 00:24:29 -05:00 committed by GitHub
parent 4f451ac987
commit 20740091d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -446,7 +446,7 @@
"\n",
"\n",
"if Disconnect_after_training :\n",
" time.sleep(3)\n",
" time.sleep(40)\n",
" runtime.unassign()"
]
},