From 2cf171465c6bd9f25a33291f2ce02c524d875d45 Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Wed, 29 Jan 2020 21:17:31 -0800 Subject: [PATCH] updates --- train.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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