VHL icon indicating copy to clipboard operation
VHL copied to clipboard

ICML2022: Virtual Homogeneity Learning: Defending against Data Heterogeneity in Federated Learning

Results 6 VHL issues
Sort by recently updated
recently updated
newest added

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),...

Bug 🪲 remove

您好,我在执行./launch_standalone.sh来做FedAvg实验时,在已经登陆wandb的情况下,报错AssertionError:Non-existent key:wandb_key,请问应该如何调试呢?

When i use `dataset=cifar10 partition_alpha=0.1 partition_method=hetero ./launch_standalone.sh` i got problem about `expr: non-integer argument expr: non-integer argument expr: non-integer argument : No such file or directorye 11: /usr/local/anaconda3/envs/share_torch/bin/python` i can't...

您好,我最近在学习您VHL这篇论文和代码,您在readme里写的运行实验可以用./launch_standalone.sh,但是我运行之后,提示找不到local host.conf和FedAvg.conf两个文件,想问一下这个文件是需要自己配置吗还是说还没有更新在GitHub里