Browse Source

Add Weights & Biases tutorial (#1290)

5.0
Glenn Jocher GitHub 4 years ago
parent
commit
74b34872fd
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      README.md

+ 2
- 1
README.md 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)

Loading…
Cancel
Save