Glenn Jocher пре 4 година
родитељ
комит
8db51c7002
1 измењених фајлова са 3 додато и 2 уклоњено
  1. +3
    -2
      train.py

+ 3
- 2
train.py Прегледај датотеку

@@ -195,8 +195,9 @@ def train(hyp):
c = torch.tensor(labels[:, 0]) # classes
# cf = torch.bincount(c.long(), minlength=nc) + 1.
# model._initialize_biases(cf.to(device))
plot_labels(labels)
tb_writer.add_histogram('classes', c, 0)
if tb_writer:
plot_labels(labels)
tb_writer.add_histogram('classes', c, 0)

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

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