Merge remote-tracking branch 'origin/master'

This commit is contained in:
Glenn Jocher 2020-05-12 09:53:18 -07:00
commit c066d7d439
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ assignees: ''
Before submitting a bug report, please ensure that you are using the latest versions of: Before submitting a bug report, please ensure that you are using the latest versions of:
- Python - Python
- PyTorch - PyTorch
- This repository (run `git status -uno` to check and `git pull` to update) - This repository (run `git fetch && git status -uno` to check and `git pull` to update)
**Your issue must be reproducible on a public dataset (i.e COCO) using the latest version of the repository, and you must supply code to reproduce, or we can not help you.** **Your issue must be reproducible on a public dataset (i.e COCO) using the latest version of the repository, and you must supply code to reproduce, or we can not help you.**

View File

@ -61,7 +61,7 @@ https://cloud.google.com/deep-learning-vm/
**Machine type:** preemptible [n1-standard-8](https://cloud.google.com/compute/docs/machine-types) (8 vCPUs, 30 GB memory) **Machine type:** preemptible [n1-standard-8](https://cloud.google.com/compute/docs/machine-types) (8 vCPUs, 30 GB memory)
**CPU platform:** Intel Skylake **CPU platform:** Intel Skylake
**GPUs:** K80 ($0.14/hr), T4 ($0.11/hr), V100 ($0.74/hr) CUDA with [Nvidia Apex](https://github.com/NVIDIA/apex) FP16/32 **GPUs:** K80 ($0.14/hr), T4 ($0.11/hr), V100 ($0.74/hr) CUDA with [Nvidia Apex](https://github.com/NVIDIA/apex) FP16/32
**HDD:** 300 GB SSD **HDD:** 300 GB SSD
**Dataset:** COCO train 2014 (117,263 images) **Dataset:** COCO train 2014 (117,263 images)
**Model:** `yolov3-spp.cfg` **Model:** `yolov3-spp.cfg`
**Command:** `python3 train.py --data coco2017.data --img 416 --batch 32` **Command:** `python3 train.py --data coco2017.data --img 416 --batch 32`