Remove pandas from exports table (#16371)
Signed-off-by: UltralyticsAssistant <web@ultralytics.com> Co-authored-by: UltralyticsAssistant <web@ultralytics.com>
This commit is contained in:
parent
e24a6f3b05
commit
5024bcac9d
3 changed files with 6 additions and 8 deletions
|
|
@ -85,7 +85,7 @@ def benchmark(
|
|||
|
||||
y = []
|
||||
t0 = time.time()
|
||||
for i, (name, format, suffix, cpu, gpu) in export_formats().iterrows(): # index, (name, format, suffix, CPU, GPU)
|
||||
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