From bfc77ec88ffc7c7739c9439feea35e81233f8bfc Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Wed, 10 Apr 2019 13:51:33 +0200 Subject: [PATCH] updates --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dc7dac59..6e9f5913 100755 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ Python 3.7 or later with the following `pip3 install -U -r requirements.txt` pac **Resume Training:** Run `train.py --resume` resumes training from the latest checkpoint `weights/latest.pt`. -Each epoch trains on 120,000 images from the train and validate COCO sets, and tests on 5000 images from the COCO validate set. Default training settings produce loss plots below, with **training speed of 0.6 s/batch on a 1080 Ti (18 epochs/day)** or 0.45 s/batch on a 2080 Ti. +Each epoch trains on 117,263 images from the train and validate COCO sets, and tests on 5000 images from the COCO validate set. Default training settings produce loss plots below, with **training speed of 0.6 s/batch on a 1080 Ti (18 epochs/day)** or 0.45 s/batch on a 2080 Ti. Here we see training results from `coco_1img.data`, `coco_10img.data` and `coco_100img.data`, 3 example files available in the `data/` folder, which train and test on the first 1, 10 and 100 images of the coco2014 trainval dataset.