This commit is contained in:
Glenn Jocher 2020-01-29 21:17:31 -08:00
parent 9b78f4aa1b
commit 2cf171465c
1 changed files with 1 additions and 1 deletions

View File

@ -382,7 +382,7 @@ def train():
if opt.bucket: if opt.bucket:
os.system('gsutil cp %s gs://%s/results' % (fresults, opt.bucket)) os.system('gsutil cp %s gs://%s/results' % (fresults, opt.bucket))
os.system('gsutil cp %s gs://%s/weights' % (wdir + flast, opt.bucket)) os.system('gsutil cp %s gs://%s/weights' % (wdir + flast, opt.bucket))
os.system('gsutil cp %s gs://%s/weights' % (wdir + fbest, opt.bucket)) # os.system('gsutil cp %s gs://%s/weights' % (wdir + fbest, opt.bucket))
if not opt.evolve: if not opt.evolve:
plot_results() # save as results.png plot_results() # save as results.png