XueBaolu
XueBaolu
Thank you for responding. I do re-implement the algorithm with my own codes. And I set the lr=0.01, didn't use a scheduler, So the increase of accuracy is slow. But...
The VHL is strangely worse than FedAvg in my case. And I use the resnet18 to run.
Thank you for responding. I will try it. And I set the number of client to 10, all sampled in each round. Set local epochs to 1. The alpha of...
Excuse me. I run my codes with lr=0.1. But the VHL is still worse. The result of VHL is upper and which of FedAvg is below. ...
ok, I will try later, thanks!
您好,问题已解决。解决方法是在./configs/default.py文件的30行增加_C.wandb_key=''一行。