We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5704ec0 commit d5b1736Copy full SHA for d5b1736
src/ExplainableAI.jl
@@ -1,6 +1,7 @@
1
module ExplainableAI
2
3
using Base.Iterators
4
+using LinearAlgebra
5
using Flux
6
using Zygote
7
using Tullio
test/test_rules.jl
@@ -2,7 +2,7 @@ using ExplainableAI
using ExplainableAI: modify_params
import ExplainableAI: modify_layer, lrp!
-using LinearAlgebra
+using LinearAlgebra: I
using ReferenceTests
using Random
8
0 commit comments