From 4edd41e2e880d45fd2bd62bb3ef07557699d0de9 Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Mon, 3 Dec 2018 14:03:27 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0c5cd987..0ddad037 100755 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Python 3.7 or later with the following `pip3 install -U -r requirements.txt` pac # Training -**Start Training:** Run `train.py` to begin training after downloading COCO data with `data/get_coco_dataset.sh` and specifying COCO path on line 37 (local) or line 39 (cloud). +**Start Training:** Run `train.py` to begin training after downloading COCO data with `data/get_coco_dataset.sh` and specifying COCO path on line 37 (local) or line 39 (cloud). Training runs about 1 hour per COCO epoch on a 1080 Ti. **Resume Training:** Run `train.py -resume 1` to resume training from the most recently saved checkpoint `latest.pt`.