XueBaolu
XueBaolu
Excuse me I set the cfg like: > ### fedopt > cfg.expname = 'fedopt' > cfg.federate.share_local_model = False > cfg.federate.online_aggr = False > cfg.federate.method = 'FedOpt' > cfg.fedopt.use = True...
Excuse me, I want to reproduce the tsne figures in your paper. I run FedAvg on CIFAR-10 and use LDA with α = 0.1 to divide the training dataset into...
Excuse me, I copy your code to my environment of experiment. Firstly, the virtual data is generated in upsample way. Then, they are loaded and normalized by mean=(0.5, 0.5, 0.5),...
配置文件
您好,我在执行./launch_standalone.sh来做FedAvg实验时,在已经登陆wandb的情况下,报错AssertionError:Non-existent key:wandb_key,请问应该如何调试呢?
Excuse me, I want to update the weights of a resnet18 network with the weights of its submodel in same position. I think it needs to roll back the pruned...