Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor code #18

Merged
merged 5 commits into from
Jun 1, 2024
Merged

Refactor code #18

merged 5 commits into from
Jun 1, 2024

Conversation

glenn-jocher
Copy link
Member

@glenn-jocher glenn-jocher commented Jun 1, 2024

πŸ› οΈ PR Summary

Made with ❀️ by Ultralytics Actions

🌟 Summary

Enhancements and code tidying for better performance and readability.

πŸ“Š Key Changes

  • Updated documentation in benchmark/README.md to improve clarity on matrix multiplication and parallelization.
  • Removed unused imports like pytest and jinja2.StrictUndefined to clean up the code.
  • Simplified mathematical operations across various test files for clarity and efficiency.
  • Streamlined the calculation process in some functions by using straightforward operations.
  • Deleted onnx_profile.py, removing support for ONNX profile calculations, focusing the project on its core functionalities.
  • Incremented the version number from 0.2.4 to 0.2.5, indicating new changes or improvements.
  • Improved code quality by removing unnecessary comments and optimizing the use of control structures like for-loops.

🎯 Purpose & Impact

  • For Users: These changes aim to make the tool more efficient and easier to understand, potentially speeding up calculations and reducing errors in profiling neural networks.
  • For Developers: Codebase cleanups and removals of deprecated or unused features make it easier for future contributions and maintenance.
  • Removing ONNX profiling support may focus the project more directly on its core offerings, although it might impact users relying on this feature.

@glenn-jocher glenn-jocher merged commit 296d04b into main Jun 1, 2024
1 check passed
@glenn-jocher glenn-jocher deleted the 025 branch June 1, 2024 01:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants