ebagdasa / backdoors101

Backdoors Framework for Deep Learning and Federated Learning. A light-weight tool to conduct your research on backdoors.
MIT License
337 stars 82 forks source link

Questions about low accuracy of Test_backdoor_True #20

Closed 01312 closed 1 year ago

01312 commented 2 years ago

Hey, Eugene Bagdasaryan. Thanks a lot for the sharing of the codes of "How To Backdoor Federated Learning".

But I met some problems when I was trying to run cifar_fed with the default settings in your codes with:

python training.py --name cifar10 --params configs/cifar_fed.yaml

I got very low accuracy of Test_backdoor_True.

image

I'd really appreciate it if you could tell me why. Thanks a lot.

01312 commented 2 years ago

I have solved this problem. Thanks anyway

lisitian080516 commented 2 years ago

Hello, may I ask you some questions about the fl_task.update_global_model?