Skip to content

Commit 6963830

Browse files
Irina NicolaeIrina Nicolae
authored andcommitted
Correct doc in smoothing
1 parent e8cd22a commit 6963830

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

art/defences/spatial_smoothing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def __init__(self, window_size=3):
2424

2525
def __call__(self, x, window_size=None):
2626
"""
27-
Apply local spatial smoothing to sample `x_val`.
27+
Apply local spatial smoothing to sample `x`.
2828
2929
:param x: Sample to smooth with shape `(batch_size, width, height, depth)`.
3030
:type x: `np.ndarray`

0 commit comments

Comments
 (0)