Skip to content

Commit 6cf65aa

Browse files
authored
Update dynamicbackdoorgan_demo.py
Removed pip install ART
1 parent 75fee5a commit 6cf65aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/dynamicbackdoorgan_demo.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
https://colab.research.google.com/drive/1aMV5GZ7Z0cwuUl36NxFUsBU5RoJunCGA
88
"""
99

10-
pip install adversarial-robustness-toolbox
10+
1111

1212
# Imports
1313
import torch
@@ -203,4 +203,4 @@ def run_dynamic_backdoor_experiment(config):
203203
print(f" Attack Success Rate (ASR): {asr:.2f}%")
204204

205205
# ✅ Run
206-
run_dynamic_backdoor_experiment(config)
206+
run_dynamic_backdoor_experiment(config)

0 commit comments

Comments
 (0)