From 02ae0e3bbd5c30aa353ca75dfa61acefa065eb52 Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Mon, 27 Apr 2020 21:05:19 -0700 Subject: [PATCH] reproduce results update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index efdca8d2..85d169a2 100755 --- a/README.md +++ b/README.md @@ -157,7 +157,7 @@ Speed: 17.5/2.3/19.9 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 300 --batch 16 --accum 4 --multi +$ python3 train.py --weights '' --cfg yolov3-spp.cfg --epochs 300 --batch-size 16 --img 320 640 ```