From db0e5cba6fd9582a9b518f9b296100cbdec6a10a Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Wed, 11 Dec 2019 13:30:54 -0800 Subject: [PATCH] updates --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7be2d9ad..bf0bb287 100755 --- a/README.md +++ b/README.md @@ -256,7 +256,7 @@ Using CUDA device0 _CudaDeviceProperties(name='GeForce RTX 2080 Ti', total_memor # Reproduce Our Results -This command reproduces our mAP results above by training `yolov3-spp.cfg` from scratch. Training takes about one week on a 2080Ti. +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 --pre ```