Julia-XAI / ExplainableAI.jl

Explainable AI in Julia.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Faster LRP by dispatching on Dense and Conv layers

adrhill opened this issue · comments

Automatic differentiation can be skipped for most known layers.
Add tests for a Dense wrapper to still test AD fallback.

Tests were added in #26.

Closing this issue as faster Dense layers have been implemented and Conv layers would take a considerable amount of effort to implement.