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

pull/16875/head^2
Glenn Jocher 4 months 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}" ' f'--out_dir "{Path(f).parent}" '
"--show_operations " "--show_operations "
"--search_delegate " "--search_delegate "
"--delegate_search_step 3 " "--delegate_search_step 30 "
"--timeout_sec 180 " "--timeout_sec 180 "
f'"{tflite_model}"' f'"{tflite_model}"'
) )

Loading…
Cancel
Save