wenzhu23333 / Federated-Learning

An open source FL implement with dataset(Femnist, Shakespeare, MNIST, Cifar-10 and Fashion-Mnist) using pytorch
GNU General Public License v3.0
115 stars 27 forks source link

cifar accuracy? #3

Closed b856741 closed 2 years ago

b856741 commented 2 years ago

你好 當我依循指令 "python main.py --dataset cifar --iid --num_channels 3 --model cnn --epochs 50 --gpu 0 --lr 0.02" 所得出的準確率都不到40% mlp模型更不到30% 是否有需調整的因素?

wenzhu23333 commented 2 years ago

50 epochs比较少,跑的轮数需要再多点,可能需要1000轮左右