Docs updates for HUB, YOLOv4, YOLOv7, NAS (#3174)
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This commit is contained in:
parent
c340f84ce9
commit
2f02d8ea53
179 changed files with 786 additions and 206 deletions
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
description: 'Check functions for YOLO utils: image size, version, font, requirements, filename suffix, YAML file, YOLO, and Git version.'
|
||||
keywords: YOLO, Ultralytics, Utils, Checks, image sizing, version updates, font compatibility, Python requirements, file suffixes, YAML syntax, image showing, AMP
|
||||
---
|
||||
|
||||
# is_ascii
|
||||
|
|
@ -72,6 +73,11 @@ description: 'Check functions for YOLO utils: image size, version, font, require
|
|||
:::ultralytics.yolo.utils.checks.check_yolo
|
||||
<br><br>
|
||||
|
||||
# check_amp
|
||||
---
|
||||
:::ultralytics.yolo.utils.checks.check_amp
|
||||
<br><br>
|
||||
|
||||
# git_describe
|
||||
---
|
||||
:::ultralytics.yolo.utils.checks.git_describe
|
||||
|
|
@ -80,4 +86,4 @@ description: 'Check functions for YOLO utils: image size, version, font, require
|
|||
# print_args
|
||||
---
|
||||
:::ultralytics.yolo.utils.checks.print_args
|
||||
<br><br>
|
||||
<br><br>
|
||||
Loading…
Add table
Add a link
Reference in a new issue