Kaynağa Gözat

Update train.py (#3099)

modifyDataloader
Glenn Jocher GitHub 3 yıl önce
ebeveyn
işleme
60fe54449d
Veri tabanında bu imza için bilinen anahtar bulunamadı GPC Anahtar Kimliği: 4AEE18F83AFDEB23
1 değiştirilmiş dosya ile 0 ekleme ve 2 silme
  1. +0
    -2
      train.py

+ 0
- 2
train.py Dosyayı Görüntüle

@@ -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

Yükleniyor…
İptal
Kaydet