Skip to content

Commit 9c750ae

Browse files
committed
Removed extra comment
1 parent 9545f4a commit 9c750ae

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

examples/ensemble_attack/compute_attack_success.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ def load_target_challenge_labels_and_probabilities(
3232
- test_prediction_probabilities: Numpy array of prediction probabilities
3333
outputted by the metaclassifier for the challenge points.
3434
"""
35-
# ``attack_probabilities_result_path`` is based on the target model's id.
3635
attack_result_file_path = attack_results_path / f"{metaclassifier_model_name}_test_pred_proba.npy"
3736
assert attack_result_file_path.exists(), (
3837
f"No file found at {attack_result_file_path}. Make sure the path is correct, or run the attack on the target model first."

0 commit comments

Comments
 (0)