JuliaTrustworthyAI / LaplaceRedux.jl

Effortless Bayesian Deep Learning through Laplace Approximation for Flux.jl neural networks.
https://www.taija.org/LaplaceRedux.jl/
MIT License
39 stars 3 forks source link

Fix interoperability with CounterfactualExplanations.jl #81

Closed pat-alt closed 6 months ago

pat-alt commented 6 months ago

Issue seems to have to do with jacobian function used under the hood by LaplaceRedux. Perhaps a simple ChainRulesCore.ignore_derivatives() can fix it.