albermax / innvestigate

A toolbox to iNNvestigate neural networks' predictions!
Other
1.25k stars 233 forks source link

Fix small bug in deeplift wrapper #181

Closed berleon closed 4 years ago

berleon commented 4 years ago

The _deep_lift_func was recompiled for every call due to a name mismatch. See: https://github.com/berleon/innvestigate/blob/23ede4c404f6bd8feefaf259a8b5bb31bcfc7fb2/innvestigate/analyzer/deeplift.py#L333

enryH commented 4 years ago

Fixed by PR#191