updates
This commit is contained in:
parent
9b78f4aa1b
commit
2cf171465c
2
train.py
2
train.py
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue