From 2950f4c816183396c667db76ac3c9a74b446382f Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Wed, 20 Nov 2019 13:26:50 -0800 Subject: [PATCH] updates --- train.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/train.py b/train.py index 5509b550..1b1975e0 100644 --- a/train.py +++ b/train.py @@ -318,7 +318,7 @@ def train(): with open(results_file, 'a') as f: f.write(s + '%10.3g' * 7 % results + '\n') # P, R, mAP, F1, test_losses=(GIoU, obj, cls) if len(opt.name) and opt.bucket and not opt.prebias: - os.system('gsutil cp results%s.txt gs://%s' % (opt.name, opt.bucket)) + os.system('gsutil cp results.txt gs://%s/results%s.txt' % (opt.bucket, opt.name)) # Write Tensorboard results if tb_writer: