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

Refactor Connection Sparsity #240

Open
wants to merge 10 commits into
base: dev
Choose a base branch
from
Open

Conversation

ben9809
Copy link
Contributor

@ben9809 ben9809 commented Aug 15, 2024

This pull request introduces an extension to calculate the connection sparsity of the model.

From now on, it is possible to calculate the connection sparsity even though the model doesn't have layers supported by the documentation list.

Copy link

codecov bot commented Aug 15, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 65.36%. Comparing base (4d19a3d) to head (8062ad1).
Report is 2 commits behind head on dev.

Additional details and impacted files
@@            Coverage Diff             @@
##              dev     #240      +/-   ##
==========================================
+ Coverage   64.69%   65.36%   +0.67%     
==========================================
  Files          16       16              
  Lines         796      745      -51     
  Branches      161      147      -14     
==========================================
- Hits          515      487      -28     
+ Misses        239      221      -18     
+ Partials       42       37       -5     
Flag Coverage Δ
unittests 65.36% <100.00%> (+0.67%) ⬆️

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.

@jasonlyik
Copy link
Contributor

jasonlyik commented Sep 12, 2024

Also consider the biases, like in RNN. And should track parameters named with 'bias'

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