Skip to content

v0.1.2

Compare
Choose a tag to compare
@github-actions github-actions released this 12 Mar 22:40

ExplainabilityMethods v0.1.2

Diff since v0.1.1

Closed issues:

  • Use DataAugmentation.jl for preprocessing in docs (#18)
  • Add model checks for LRP (#25)

Merged pull requests:

  • Use DataAugmentation.jl for preprocessing in docs (#20) (@adrhill)
  • Restructure tests (#24) (@adrhill)
  • Add LRP model checks and support unknown layers via AD fallback (#26) (@adrhill)
  • Test and benchmark on VGG11 instead of VGG19 (#27) (@adrhill)
  • Remove modify_layer (#29) (@adrhill)
  • Fix tests and benchmarks on TestWrapper (#30) (@adrhill)
  • Faster LRP rules on Dense layers (#31) (@adrhill)