ソースを参照

Update train.py (#3099)

modifyDataloader
Glenn Jocher GitHub 3年前
コミット
60fe54449d
この署名に対応する既知のキーがデータベースに存在しません GPGキー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

読み込み中…
キャンセル
保存