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 f197bbe commit a7afbd1Copy full SHA for a7afbd1
art/defences/detector/evasion/beyond_detector.py
@@ -41,7 +41,7 @@ class BeyondDetector(EvasionDetector):
41
def __init__(self,
42
target_model: "CLASSIFIER_NEURALNETWORK_TYPE",
43
ssl_model: "CLASSIFIER_NEURALNETWORK_TYPE",
44
- augmentations: Optional[Callable] = None,
+ augmentations: Callable | None,
45
aug_num: int=50,
46
alpha: float=0.8,
47
K:int=20,
0 commit comments