This commit is contained in:
Glenn Jocher 2019-11-16 12:07:19 -08:00
parent d93ca0410b
commit fe9ade6a64
1 changed files with 2 additions and 2 deletions

View File

@ -374,8 +374,8 @@ def train():
torch.cuda.empty_cache()
# save to cloud
# os.system(gsutil cp results.txt gs://...)
# os.system(gsutil cp weights/best.pt gs://...)
# os.system('gsutil cp results.txt gs://...')
# os.system('gsutil cp weights/best.pt gs://...')
return results