diff --git a/train.py b/train.py index 3f1b9461..a03ec26b 100644 --- a/train.py +++ b/train.py @@ -382,7 +382,7 @@ def train(): if 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 + fbest, opt.bucket)) + # os.system('gsutil cp %s gs://%s/weights' % (wdir + fbest, opt.bucket)) if not opt.evolve: plot_results() # save as results.png