Update README with Tips for Best Results tutorial (#2682)

* Update README with Tips for Best Results tutorial

* Update README.md
pull/2683/head^2
Glenn Jocher 2021-04-01 15:01:00 +02:00 committed by GitHub
parent 877b826e3a
commit b8b862993d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -49,6 +49,7 @@ $ pip install -r requirements.txt
## Tutorials
* [Train Custom Data](https://github.com/ultralytics/yolov5/wiki/Train-Custom-Data)  🚀 RECOMMENDED
* [Tips for Best Training Results](https://github.com/ultralytics/yolov5/wiki/Tips-for-Best-Training-Results)  ☘️ RECOMMENDED
* [Weights & Biases Logging](https://github.com/ultralytics/yolov5/issues/1289)  🌟 NEW
* [Supervisely Ecosystem](https://github.com/ultralytics/yolov5/issues/2518)  🌟 NEW
* [Multi-GPU Training](https://github.com/ultralytics/yolov5/issues/475)