Skip to content

Commit a7afbd1

Browse files
authored
Update art/defences/detector/evasion/beyond_detector.py
1 parent f197bbe commit a7afbd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

art/defences/detector/evasion/beyond_detector.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ class BeyondDetector(EvasionDetector):
4141
def __init__(self,
4242
target_model: "CLASSIFIER_NEURALNETWORK_TYPE",
4343
ssl_model: "CLASSIFIER_NEURALNETWORK_TYPE",
44-
augmentations: Optional[Callable] = None,
44+
augmentations: Callable | None,
4545
aug_num: int=50,
4646
alpha: float=0.8,
4747
K:int=20,

0 commit comments

Comments
 (0)