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 Base.show for LRP analyzers #89

Merged
merged 5 commits into from
Aug 11, 2022
Merged

Implement Base.show for LRP analyzers #89

merged 5 commits into from
Aug 11, 2022

Conversation

adrhill
Copy link
Member

@adrhill adrhill commented Aug 11, 2022

Closes #83.

Example on VGG11

lrp-print

@codecov-commenter
Copy link

Codecov Report

Merging #89 (a6b43b2) into master (bb24791) will decrease coverage by 3.13%.
The diff coverage is 92.30%.

@@            Coverage Diff             @@
##           master      #89      +/-   ##
==========================================
- Coverage   95.55%   92.42%   -3.14%     
==========================================
  Files          16       16              
  Lines         518      541      +23     
==========================================
+ Hits          495      500       +5     
- Misses         23       41      +18     
Impacted Files Coverage Δ
src/lrp/show.jl 94.73% <92.30%> (-5.27%) ⬇️
src/gradient.jl 87.50% <0.00%> (-12.50%) ⬇️
src/lrp/composite.jl 91.07% <0.00%> (-8.93%) ⬇️
src/input_augmentation.jl 89.79% <0.00%> (-5.95%) ⬇️
src/utils.jl 90.00% <0.00%> (-5.00%) ⬇️
src/lrp/lrp.jl 92.85% <0.00%> (-3.44%) ⬇️
src/lrp/canonize.jl 93.10% <0.00%> (-3.33%) ⬇️
src/flux_utils.jl 90.62% <0.00%> (-3.13%) ⬇️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@adrhill adrhill merged commit bc06035 into master Aug 11, 2022
@adrhill adrhill deleted the ah/lrp-show branch August 11, 2022 16:47
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 printing of LRP analyzers, showing layers and rules
2 participants