Bläddra i källkod

Update train.py (#2149)

5.0
Glenn Jocher GitHub 3 år sedan
förälder
incheckning
ad839eda38
Ingen känd nyckel hittad för denna signaturen i databasen GPG-nyckel ID: 4AEE18F83AFDEB23
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. +1
    -1
      train.py

+ 1
- 1
train.py Visa fil

@@ -414,7 +414,7 @@ def train(hyp, opt, device, tb_writer=None, wandb=None):
if opt.data.endswith('coco.yaml') and nc == 80: # if COCO
for conf, iou, save_json in ([0.25, 0.45, False], [0.001, 0.65, True]): # speed, mAP tests
results, _, _ = test.test(opt.data,
batch_size=total_batch_size,
batch_size=batch_size * 2,
imgsz=imgsz_test,
conf_thres=conf,
iou_thres=iou,

Laddar…
Avbryt
Spara