You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Upon running the python demo_attack.py --config_path /configs/neuba_config.json, there's the following error:
File "demo_attack.py", line 61, in <module>
main(config)
File "demo_attack.py", line 42, in main
backdoored_model = attacker.attack(victim, poison_dataset)
File "/attackers/neuba_attacker.py", line 36, in attack
victim_config = config["victim"]
TypeError: 'NoneType' object is not subscriptable
The text was updated successfully, but these errors were encountered:
File "demo_attack.py", line 61, in <module>
main(config)
File "demo_attack.py", line 42, in main
backdoored_model = attacker.attack(victim, poison_dataset)
File "/attackers/por_attacker.py", line 37, in attack
victim_config = config["victim"]
TypeError: 'NoneType' object is not subscriptable
Upon running the
python demo_attack.py --config_path /configs/neuba_config.json
, there's the following error:The text was updated successfully, but these errors were encountered: