Use EdgeTPU export --delegate_search_step 30 (#16910)

This commit is contained in:
Glenn Jocher 2024-10-14 16:43:42 +02:00 committed by GitHub
parent 586b0fde06
commit 1052cf41f8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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}"'
)