From 894a3e54ca002f2296a91de3d07685f8b121b113 Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Mon, 11 May 2020 11:14:34 -0700 Subject: [PATCH 1/2] Update --bug-report.md --- .github/ISSUE_TEMPLATE/--bug-report.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/--bug-report.md b/.github/ISSUE_TEMPLATE/--bug-report.md index f430908d..500b606b 100644 --- a/.github/ISSUE_TEMPLATE/--bug-report.md +++ b/.github/ISSUE_TEMPLATE/--bug-report.md @@ -10,7 +10,7 @@ assignees: '' Before submitting a bug report, please ensure that you are using the latest versions of: - Python - 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.** From 031c2144ecfc7931a4b9e34a26c4ae0b6dee021f Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Tue, 12 May 2020 08:31:36 -0700 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 06a3ecdd..baa2ccbf 100755 --- a/README.md +++ b/README.md @@ -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) **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 -**HDD:** 300 GB SSD +**HDD:** 300 GB SSD **Dataset:** COCO train 2014 (117,263 images) **Model:** `yolov3-spp.cfg` **Command:** `python3 train.py --data coco2017.data --img 416 --batch 32`