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

add multihead attention #29

Merged
merged 3 commits into from
Aug 8, 2023
Merged

add multihead attention #29

merged 3 commits into from
Aug 8, 2023

Conversation

ASEM000
Copy link
Owner

@ASEM000 ASEM000 commented Aug 8, 2023

No description provided.

@codecov
Copy link

codecov bot commented Aug 8, 2023

Codecov Report

Patch coverage: 97.36% and project coverage change: +0.17% 🎉

Comparison is base (99361fa) 90.61% compared to head (b93e91d) 90.78%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #29      +/-   ##
==========================================
+ Coverage   90.61%   90.78%   +0.17%     
==========================================
  Files          40       42       +2     
  Lines        3718     3788      +70     
==========================================
+ Hits         3369     3439      +70     
  Misses        349      349              
Files Changed Coverage Δ
serket/nn/dropout.py 94.23% <92.30%> (+1.44%) ⬆️
serket/nn/attention.py 97.72% <97.72%> (ø)
serket/nn/__init__.py 100.00% <100.00%> (ø)
tests/test_attention.py 100.00% <100.00%> (ø)

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@ASEM000 ASEM000 merged commit dc621df into main Aug 8, 2023
12 checks passed
@ASEM000 ASEM000 deleted the atten branch August 8, 2023 14:29
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.

1 participant