We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9545f4a commit 9c750aeCopy full SHA for 9c750ae
examples/ensemble_attack/compute_attack_success.py
@@ -32,7 +32,6 @@ def load_target_challenge_labels_and_probabilities(
32
- test_prediction_probabilities: Numpy array of prediction probabilities
33
outputted by the metaclassifier for the challenge points.
34
"""
35
- # ``attack_probabilities_result_path`` is based on the target model's id.
36
attack_result_file_path = attack_results_path / f"{metaclassifier_model_name}_test_pred_proba.npy"
37
assert attack_result_file_path.exists(), (
38
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