From 60fe54449d67827132c56d65db722525fe78f4c9 Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Mon, 10 May 2021 15:26:23 +0200 Subject: [PATCH] Update train.py (#3099) --- train.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/train.py b/train.py index 5bee57f..5330e4a 100644 --- a/train.py +++ b/train.py @@ -367,8 +367,6 @@ def train(hyp, opt, device, tb_writer=None): # Write with open(results_file, 'a') as f: f.write(s + '%10.4g' * 7 % results + '\n') # append metrics, val_loss - if len(opt.name) and opt.bucket: - os.system('gsutil cp %s gs://%s/results/results%s.txt' % (results_file, opt.bucket, opt.name)) # Log tags = ['train/box_loss', 'train/obj_loss', 'train/cls_loss', # train loss