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:
Mohammed Yasin 2024-12-22 09:02:58 +08:00 committed by GitHub
parent d43fc78a77
commit 1d13575ba1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 50 additions and 20 deletions

View file

@ -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