Skip to content

Commit 3173ae1

Browse files
committed
Fix SmoothGrad docstring
1 parent 77ff6a7 commit 3173ae1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/gradient.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ function call_analyzer(
7575
end
7676

7777
"""
78-
SmoothGrad(analyzer, [n=50, std=0.1, rng=GLOBAL_RNG])
79-
SmoothGrad(analyzer, [n=50, distribution=Normal(0, σ²=0.01), rng=GLOBAL_RNG])
78+
SmoothGrad(analyzer, [n=50, std=1.0, rng=GLOBAL_RNG])
79+
SmoothGrad(analyzer, [n=50, distribution=Normal(0, 1), rng=GLOBAL_RNG])
8080
8181
Analyze model by calculating a smoothed sensitivity map.
8282
This is done by averaging sensitivity maps of a `Gradient` analyzer over random samples

0 commit comments

Comments
 (0)