v0.5.0
ExplainableAI v0.5.0
Closed issues:
- Add passthrough rule (#60)
- Apply LRP rules via VJP with gradient mapper (#62)
- Refactor gradient methods to make use of VJPs (#68)
Merged pull requests:
- Replace LRP gradient computation with VJP using
Zygote.pullback
(#72) (@adrhill) - In-place modify layers and rewrite
ZBoxRule
to use VJP (#73) (@adrhill) - Fix broadcasting for Julia 1.6 (#74) (@adrhill)
- Add compatibility checks for LRP rule & layer combinations (#75) (@adrhill)
- Add
PassRule
(#76) (@adrhill) - Fix bug in
ZBoxRule
(#77) (@adrhill) - Add
AlphaBetaRule
(#78) (@adrhill)