diff --git a/README.md b/README.md index 35921881..7be2d9ad 100755 --- a/README.md +++ b/README.md @@ -256,12 +256,11 @@ Using CUDA device0 _CudaDeviceProperties(name='GeForce RTX 2080 Ti', total_memor # Reproduce Our Results -This command reproduces our mAP results above training `yolov3-spp.cfg` from scratch. - +This command reproduces our mAP results above by training `yolov3-spp.cfg` from scratch. 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 ``` - + # Citation