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 bc39091 commit c2b35c0Copy full SHA for c2b35c0
art/defences/preprocessor/spatial_smoothing.py
@@ -30,7 +30,7 @@
30
from typing import Optional, Tuple
31
32
import numpy as np
33
-from scipy.ndimage.filters import median_filter
+from scipy.ndimage import median_filter
34
35
from art.utils import CLIP_VALUES_TYPE
36
from art.defences.preprocessor.preprocessor import Preprocessor
0 commit comments