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

More methods for round and rand, fix NNlib #162

Merged
merged 7 commits into from
Aug 13, 2024
Merged

More methods for round and rand, fix NNlib #162

merged 7 commits into from
Aug 13, 2024

Conversation

adrhill
Copy link
Owner

@adrhill adrhill commented Aug 13, 2024

Closes #152.

  • Add more methods for round and rand
  • Fix Hessians on NNlib activation functions celu, elu, selu and hardswish
  • Increase code coverage

@adrhill adrhill mentioned this pull request Aug 13, 2024
@codecov-commenter
Copy link

codecov-commenter commented Aug 13, 2024

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

Attention: Patch coverage is 98.38710% with 1 line in your changes missing coverage. Please review.

Project coverage is 92.70%. Comparing base (c3d2cfb) to head (3bfa3e9).

Files Patch % Lines
test/test_hessian.jl 92.85% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #162      +/-   ##
==========================================
+ Coverage   91.90%   92.70%   +0.79%     
==========================================
  Files          37       37              
  Lines        1545     1590      +45     
==========================================
+ Hits         1420     1474      +54     
+ Misses        125      116       -9     

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

@adrhill adrhill changed the title More methods for round and rand More methods for round and rand, fix NNlib Aug 13, 2024
@adrhill adrhill merged commit 199899d into main Aug 13, 2024
6 checks passed
@adrhill adrhill deleted the ah/round branch August 13, 2024 14:57
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.

Add support for round
2 participants