[Docs]: Add customization tutorial and address feedback (#155)

Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
This commit is contained in:
Ayush Chaurasia 2023-01-08 18:31:22 +05:30 committed by GitHub
parent c985eaba0d
commit d387359f74
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 133 additions and 74 deletions

View file

@ -81,14 +81,7 @@ nav:
- CLI: cli.md
- Python Interface: sdk.md
- Configuration: config.md
- Tasks:
- Detection: tasks/detection.md
- Segmentation: tasks/segmentation.md
- Classification: tasks/classification.md
- Advanced Tutorials:
- Customize Trainer: customize/train.md
- Customize Validator: customize/val.md
- Customize Predictor: customize/predict.md
- Customization Guide: engine.md
- Reference:
- Python Model interface: reference/model.md
- Engine: