From 16862ea846c1ed49310cec4a22b0035fb66b6a3c Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Mon, 30 Mar 2020 21:21:45 -0700 Subject: [PATCH] update 'reproduce our results' --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 539373b5..7bbcbf86 100755 --- a/README.md +++ b/README.md @@ -177,9 +177,9 @@ Speed: 21.3/3.0/24.4 ms inference/NMS/total per 640x640 image at batch-size 16 This command trains `yolov3-spp.cfg` from scratch to our mAP above. Training takes about one week on a 2080Ti. ```bash -$ python3 train.py --weights '' --cfg yolov3-spp.cfg --epochs 273 --batch 16 --accum 4 --multi +$ python3 train.py --weights '' --cfg yolov3-spp.cfg --epochs 300 --batch 16 --accum 4 --multi ``` - + # Reproduce Our Environment