Skip to content

Edge TPU add --search_delegate fix#8902

Merged
glenn-jocher merged 1 commit intomasterfrom
fix/edge_tpu_search_delegate
Aug 8, 2022
Merged

Edge TPU add --search_delegate fix#8902
glenn-jocher merged 1 commit intomasterfrom
fix/edge_tpu_search_delegate

Conversation

@glenn-jocher
Copy link
Copy Markdown
Member

@glenn-jocher glenn-jocher commented Aug 8, 2022

Resolves #8842

🛠️ PR Summary

Made with ❤️ by Ultralytics Actions

🌟 Summary

Enhanced Edge TPU model export with extra compiler options.

📊 Key Changes

  • 🛠️ Modified the edgetpu_compiler command in export.py.
  • 🤏 Added flags for more detailed compiler output (-d), keeping intermediate files (-k 10), and specifying an output directory (--out_dir).

🎯 Purpose & Impact

  • ⚙️ Providing more transparency during the compilation by including detailed logs.
  • 📁 Helping with debugging and analysis by retaining intermediate compilation files.
  • 🗂️ Organizing compiled models by directing them to a specified output directory.
  • ✨ These changes could improve the developer's experience with more informative feedback and better file management during Edge TPU export.

@glenn-jocher glenn-jocher self-assigned this Aug 8, 2022
@glenn-jocher glenn-jocher merged commit 4bb3052 into master Aug 8, 2022
@glenn-jocher glenn-jocher deleted the fix/edge_tpu_search_delegate branch August 8, 2022 15:51
@glenn-jocher glenn-jocher mentioned this pull request Aug 8, 2022
2 tasks
ctjanuhowski pushed a commit to ctjanuhowski/yolov5 that referenced this pull request Sep 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Can not export to edgetpu model

1 participant