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

Implement softmax functions #479

Merged
merged 2 commits into from
Dec 27, 2024
Merged

Implement softmax functions #479

merged 2 commits into from
Dec 27, 2024

Conversation

kitsuyui
Copy link
Owner

  • softmax
  • softmaxWithTemperature

Copy link

codecov bot commented Dec 27, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.24%. Comparing base (9976918) to head (11903c9).
Report is 3 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #479      +/-   ##
==========================================
+ Coverage   98.17%   98.24%   +0.06%     
==========================================
  Files          20       21       +1     
  Lines         329      341      +12     
  Branches       56       56              
==========================================
+ Hits          323      335      +12     
  Misses          6        6              
Flag Coverage Δ
unittests 98.24% <100.00%> (+0.06%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

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

- softmax
- softmaxWithTemperature
- the sum of the softmax output should be 1
- the softmax output should be between 0 and 1
@kitsuyui kitsuyui force-pushed the feat/mymath-softmax branch from 215e30e to 11903c9 Compare December 27, 2024 18:07
@kitsuyui kitsuyui merged commit 7bf2923 into main Dec 27, 2024
13 checks passed
@kitsuyui kitsuyui deleted the feat/mymath-softmax branch December 27, 2024 18:09
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