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

Update multihead_attention.py #188

Merged
merged 1 commit into from
Apr 4, 2024
Merged

Update multihead_attention.py #188

merged 1 commit into from
Apr 4, 2024

Conversation

viai957
Copy link
Contributor

@viai957 viai957 commented Apr 4, 2024

just updated a minute error dropout was set to int instead of float.
it was defined as dropout : int = 0.0
changed to dropout : float = 0.0

just updated a minute error dropout was set to int instead of float.
it was defined as dropout : int = 0.0
changed to dropout : float = 0.0
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hello there, thank you for opening an PR ! 🙏🏻 The team was notified and they will get back to you asap.

@kyegomez kyegomez merged commit 9e56609 into kyegomez:master Apr 4, 2024
1 of 3 checks passed
@kyegomez
Copy link
Owner

kyegomez commented Apr 4, 2024

@viai957 thanks for the catch!

@viai957 viai957 deleted the patch-1 branch April 7, 2024 12:23
kyegomez added a commit that referenced this pull request Sep 3, 2024
Update multihead_attention.py
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.

2 participants