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 d8e48f6 commit 7bc6086Copy full SHA for 7bc6086
art/attacks/inference/membership_inference/label_only_boundary_distance.py
@@ -207,7 +207,7 @@ def calibrate_distance_threshold_unsupervised(
207
):
208
"""
209
Calibrate distance threshold on randomly generated samples, choosing the top-t percentile of the noise needed
210
- to change the classifier's initial prediction.
+ to change the classifier's initial prediction. This method requires the model's clip_values to be set.
211
212
| Paper link: https://arxiv.org/abs/2007.15528
213
0 commit comments