jhcknzzm / Federated-Learning-Backdoor

ICML 2022 code for "Neurotoxin: Durable Backdoors in Federated Learning" https://arxiv.org/abs/2206.10341
62 stars 7 forks source link

A question about the train time #17

Open xiaozeplus opened 11 months ago

xiaozeplus commented 11 months ago

Hi, I'm trying to reproduce the experiments for Cifar-10. When I run the command python main_training.py --run_slurm 0 --GPU_id 0 --start_epoch 1 --attack_num 250 --gradmask_ratio 1.0 --edge_case 0 on Windows OS, the training time of one epoch is close to 8min, and the 1800 epochs train round seems to be unaceptable. Maybe I have some wrong setting? The version of pytorch is 2.1.0, and GPU is NVIDIA GeForce RTX 2060.