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 e8cd22a commit 6963830Copy full SHA for 6963830
art/defences/spatial_smoothing.py
@@ -24,7 +24,7 @@ def __init__(self, window_size=3):
24
25
def __call__(self, x, window_size=None):
26
"""
27
- Apply local spatial smoothing to sample `x_val`.
+ Apply local spatial smoothing to sample `x`.
28
29
:param x: Sample to smooth with shape `(batch_size, width, height, depth)`.
30
:type x: `np.ndarray`
0 commit comments