Skip to content

Commit e82409d

Browse files
committed
Raise tolerance on SmoothGrad reference tests
1 parent 20e1c46 commit e82409d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/analyzer/test_reference_layer.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
atol = 1e-8
7272

7373
# Loosen tolerances for SmoothGrad because of random Gaussian noise
74-
atol_smoothgrad = 0.15
74+
atol_smoothgrad = 0.20
7575
rtol_smoothgrad = 0.25
7676

7777
# Sizes used for data generation

0 commit comments

Comments
 (0)