Use EdgeTPU export --delegate_search_step 30 (#16910)
This commit is contained in:
parent
586b0fde06
commit
1052cf41f8
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue