Skip to content

v2.0.15 - Enable trilinear mode calculation in Upsample (#87)

Choose a tag to compare

@github-actions github-actions released this 04 Aug 07:51
· 26 commits to main since this release
a6d263f

🌟 Summary

This release introduces support for trilinear upsampling in model profiling, alongside several workflow and documentation improvements for better usability, security, and contributor experience. 🚀

📊 Key Changes

  • Trilinear Upsample Support: Added calculation for trilinear mode in the Upsample layer, enabling accurate profiling of models that use 3D upsampling. 🧊
  • Workflow Enhancements:
    • Improved GitHub Actions workflows for code formatting, labeling, and security permissions. 🔒
    • Automated Contributor License Agreement (CLA) checks for all pull requests to ensure compliance. 🤝
  • Documentation Updates: Expanded and clarified README and benchmarking documentation for easier onboarding and better understanding of MACs vs. FLOPs. 📚

🎯 Purpose & Impact

  • Broader Model Support: With trilinear upsampling now profiled, users working on 3D models (such as medical imaging or volumetric data) get more accurate computational metrics, making THOP more versatile. 🩻
  • Smoother Contributions: Automated CLA checks and improved workflow automation make it easier and safer for new contributors to participate, while maintainers benefit from streamlined processes.
  • Better Transparency & Usability: Enhanced documentation and clearer workflow permissions help both new and experienced users understand and use the tool more effectively, while also improving repository security and compliance.

Overall, this update makes THOP more robust, user-friendly, and ready for a wider range of deep learning projects! 🌐✨

What's Changed

New Contributors

Full Changelog: v2.0.14...v2.0.15