From 999804fea9d51c30cd5715e0a757afd4343364d9 Mon Sep 17 00:00:00 2001 From: NanoCode012 Date: Thu, 23 Jul 2020 01:56:48 +0700 Subject: [PATCH] Add link to multi-gpu train tutorial (#476) * Add link to multi-gpu train tutorial * Update README.md Co-authored-by: Glenn Jocher --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c80b139..b4f9d2b 100755 --- a/README.md +++ b/README.md @@ -43,6 +43,7 @@ $ pip install -U -r requirements.txt ## Tutorials * [Train Custom Data](https://github.com/ultralytics/yolov5/wiki/Train-Custom-Data) +* [Multi-GPU Training](https://github.com/ultralytics/yolov5/issues/475) * [PyTorch Hub](https://github.com/ultralytics/yolov5/issues/36) * [ONNX and TorchScript Export](https://github.com/ultralytics/yolov5/issues/251) * [Test-Time Augmentation (TTA)](https://github.com/ultralytics/yolov5/issues/303)