ultralytics 8.3.53 New Export argument validation (#18185)
Signed-off-by: Mohammed Yasin <32206511+Y-T-G@users.noreply.github.com> Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com> Signed-off-by: UltralyticsAssistant <web@ultralytics.com> Co-authored-by: UltralyticsAssistant <web@ultralytics.com> Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
This commit is contained in:
parent
d43fc78a77
commit
1d13575ba1
4 changed files with 50 additions and 20 deletions
|
|
@ -90,7 +90,7 @@ def benchmark(
|
|||
|
||||
y = []
|
||||
t0 = time.time()
|
||||
for i, (name, format, suffix, cpu, gpu) in enumerate(zip(*export_formats().values())):
|
||||
for i, (name, format, suffix, cpu, gpu, _) in enumerate(zip(*export_formats().values())):
|
||||
emoji, filename = "❌", None # export defaults
|
||||
try:
|
||||
# Checks
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue