Add Weights & Biases tutorial (#1290)

pull/1316/head
Glenn Jocher 2020-11-05 02:30:13 +01:00 committed by GitHub
parent 15a10609fe
commit 74b34872fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -46,7 +46,8 @@ $ pip install -r requirements.txt
## Tutorials
* [Train Custom Data](https://github.com/ultralytics/yolov5/wiki/Train-Custom-Data)
* [Train Custom Data](https://github.com/ultralytics/yolov5/wiki/Train-Custom-Data) (🚀 recommended)
* [Weights & Biases Logging](https://github.com/ultralytics/yolov5/issues/1289) (🚀 NEW)
* [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)