Skip to content

Commit e7c0d2b

Browse files
authored
Test and benchmark on VGG11 instead of VGG19 (#27)
1 parent 39f2669 commit e7c0d2b

16 files changed

+21
-23
lines changed

benchmark/benchmarks.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ using ExplainabilityMethods
44

55
on_CI = haskey(ENV, "GITHUB_ACTIONS")
66

7-
include("../test/vgg19.jl")
8-
vgg19 = VGG19(; pretrain=false)
7+
include("../test/vgg11.jl")
8+
vgg11 = VGG11(; pretrain=false)
99
model = flatten_model(strip_softmax(vgg19.layers))
1010
img = rand(MersenneTwister(123), Float32, (224, 224, 3, 1))
1111

589 KB
Binary file not shown.
589 KB
Binary file not shown.
589 KB
Binary file not shown.
589 KB
Binary file not shown.
589 KB
Binary file not shown.

test/references/vgg11/LRPZero.jld2

589 KB
Binary file not shown.
-589 KB
Binary file not shown.
-589 KB
Binary file not shown.
-589 KB
Binary file not shown.

0 commit comments

Comments
 (0)