Merge remote-tracking branch 'origin/master'

This commit is contained in:
Glenn Jocher 2018-12-03 14:05:57 +01:00
commit 147dfe10d8
1 changed files with 1 additions and 1 deletions

View File

@ -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`.