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

[Edited] Fix minor bug in the main function #13512

Closed
wants to merge 2 commits into from

Conversation

MayureshMore
Copy link

@MayureshMore MayureshMore commented Feb 13, 2025

Changes made in branch: MayureshMore:master
[Edited] Fix minor bug in the main function

πŸ› οΈ PR Summary

Made with ❀️ by Ultralytics Actions

🌟 Summary

Minor bug fix in the forward function of activations.py ✨.

πŸ“Š Key Changes

  • Fixed a minor bug in the forward method by cleaning and adjusting its code structure.
  • Added a comment noting the automated edit for clarity.

🎯 Purpose & Impact

  • πŸ›  Enhances code reliability by patching a bug in the activation function mechanism.
  • πŸš€ Improves model performance consistency, ensuring smoother computations for users.
  • πŸ§‘β€πŸ’» No breaking changes, so users can adopt this update seamlessly!

Copy link
Contributor

github-actions bot commented Feb 13, 2025


Thank you for your submission, we really appreciate it. Like many open-source projects, we ask that you all sign our Contributor License Agreement before we can accept your contribution. You can sign the CLA by just posting a Pull Request Comment same as the below format.


I have read the CLA Document and I sign the CLA


1 out of 2 committers have signed the CLA.
βœ… (UltralyticsAssistant)[https://github.com/UltralyticsAssistant]
❌ @MayureshMore
You can retrigger this bot by commenting recheck in this Pull Request. Posted by the CLA Assistant Lite bot.

@UltralyticsAssistant UltralyticsAssistant added bug Something isn't working fixed Bug has been resolved labels Feb 13, 2025
@UltralyticsAssistant
Copy link
Member

πŸ‘‹ Hello @MayureshMore, thank you for submitting an ultralytics/yolov5 πŸš€ PR! To ensure a seamless integration of your work, please review the following checklist:

  • βœ… Define a Purpose: Clearly explain the purpose of your fix or feature in your PR description, and link to any relevant issues. Make sure your commit messages are clear and concise, adhering to the project's conventions.
  • βœ… Synchronize with Source: Confirm your PR is synchronized with the ultralytics/yolov5 main branch. If it's behind, update it by clicking the 'Update branch' button or by running git pull and git merge main locally.
  • βœ… Ensure CI Checks Pass: Verify all Ultralytics Continuous Integration (CI) checks are passing. If any checks fail, please address the issues.
  • βœ… Update Documentation: Update the relevant documentation for any new or modified features.
  • βœ… Add Tests: If applicable, include or update tests to cover your changes, and confirm that all tests are passing.
  • βœ… Sign the CLA: Please ensure you have signed our Contributor License Agreement if this is your first Ultralytics PR by writing "I have read the CLA Document and I sign the CLA" in a new message.
  • βœ… Minimize Changes: Limit your changes to the minimum necessary for your bug fix or feature addition. "It is not daily increase but daily decrease, hack away the unessential. The closer to the source, the less wastage there is." β€” Bruce Lee

If you’re submitting this pull request as a bug fix and you haven’t already, please include a minimum reproducible example (MRE) to highlight the issue your PR is addressing. An MRE helps us trace the root cause effectively and validate your fix. πŸ› οΈβœ¨

For more guidance, please refer to our Contributing Guide. If you have any questions, feel free to leave a comment here. This is an automated response, but an Ultralytics engineer will review your PR and provide further guidance soon. Thank you for contributing to Ultralytics! πŸš€

Made with ❀️ by Ultralytics Actions

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working fixed Bug has been resolved
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants