ソースを参照

check_anchors bug fix

5.0
Glenn Jocher 4年前
コミット
5a50491fa1
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      train.py

+ 1
- 1
train.py ファイルの表示

@@ -199,7 +199,7 @@ def train(hyp):
tb_writer.add_histogram('classes', c, 0)

# Check anchors
check_anchors(dataset, model=model.model[-1].anchor_grid, thr=hyp['anchor_t'], imgsz=imgsz)
check_anchors(dataset, model=model, thr=hyp['anchor_t'], imgsz=imgsz)

# Exponential moving average
ema = torch_utils.ModelEMA(model)

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