Use EdgeTPU export `--delegate_search_step 30` (#16910)

pull/16875/head^2
Glenn Jocher 1 month ago committed by GitHub
parent 586b0fde06
commit 1052cf41f8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      ultralytics/engine/exporter.py

@ -965,7 +965,7 @@ class Exporter:
f'--out_dir "{Path(f).parent}" '
"--show_operations "
"--search_delegate "
"--delegate_search_step 3 "
"--delegate_search_step 30 "
"--timeout_sec 180 "
f'"{tflite_model}"'
)

Loading…
Cancel
Save