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

fix reference problem #70

Merged
merged 1 commit into from
Jun 15, 2020
Merged

fix reference problem #70

merged 1 commit into from
Jun 15, 2020

Conversation

Lornatang
Copy link
Contributor

@Lornatang Lornatang commented Jun 15, 2020

fix Cannot find reference 'hardtanh' problem"

πŸ› οΈ PR Summary

Made with ❀️ by Ultralytics Actions

🌟 Summary

Enhancement of activation function imports for better code stability.

πŸ“Š Key Changes

  • Fixed the incorrect import statement of the torch functions.

🎯 Purpose & Impact

  • Purpose: To correct a typo in the import statement which could potentially lead to bugs or unexpected behavior when using activation functions.
  • Impact: Ensures that the activation functions within the YOLOv5 model work as expected, contributing to model reliability and performance stability. Users will experience more robust code execution with fewer import-related issues. πŸ› οΈ

@glenn-jocher
Copy link
Member

@Lornatang great, thank you for discovering the issue and submitting this PR!

@glenn-jocher glenn-jocher merged commit ace56eb into ultralytics:master Jun 15, 2020
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.

3 participants