Преглед изворни кода

Update train.py (#3099)

modifyDataloader
Glenn Jocher GitHub пре 3 година
родитељ
комит
60fe54449d
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 измењених фајлова са 0 додато и 2 уклоњено
  1. +0
    -2
      train.py

+ 0
- 2
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

Loading…
Откажи
Сачувај