Nanobit glenn-jocher commited on
Commit
999804f
1 Parent(s): 3edc38f

Add link to multi-gpu train tutorial (#476)

Browse files

* Add link to multi-gpu train tutorial

* Update README.md

Co-authored-by: Glenn Jocher <[email protected]>

Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -43,6 +43,7 @@ $ pip install -U -r requirements.txt
43
  ## Tutorials
44
 
45
  * [Train Custom Data](https://github.com/ultralytics/yolov5/wiki/Train-Custom-Data)
 
46
  * [PyTorch Hub](https://github.com/ultralytics/yolov5/issues/36)
47
  * [ONNX and TorchScript Export](https://github.com/ultralytics/yolov5/issues/251)
48
  * [Test-Time Augmentation (TTA)](https://github.com/ultralytics/yolov5/issues/303)
 
43
  ## Tutorials
44
 
45
  * [Train Custom Data](https://github.com/ultralytics/yolov5/wiki/Train-Custom-Data)
46
+ * [Multi-GPU Training](https://github.com/ultralytics/yolov5/issues/475)
47
  * [PyTorch Hub](https://github.com/ultralytics/yolov5/issues/36)
48
  * [ONNX and TorchScript Export](https://github.com/ultralytics/yolov5/issues/251)
49
  * [Test-Time Augmentation (TTA)](https://github.com/ultralytics/yolov5/issues/303)