-
When I use commands as below which included in readme.md,
( nohup sh run_fedavg_standalone_pytorch.sh 2 10 64 cifar10 ./../../../data/cifar10 resnet56 homo 200 20 0.001 > ./fedavg_standalone.txt 2>&1…
-
你好,请问代码有实现CPU并行训练吗?还是只能每轮将每个worker都训练一遍然后收集参数这样来模拟联邦学习
-
Hi Chaoyang,
In current branch, the arXiv uid ([1802.05799](https://arxiv.org/abs/1802.05799)) is about horovod. You may want to update it with your own one.
```
@article{chaoyanghe2020fedml,…
-
Hi, it is indeed a GREAT work!!
However, it seems, when tested at **total client number** = **client number per round**, FedAVG distributed's device sampling make the local training on a client, wh…
-
Hello All,
I'm referencing the advanced tutorial: [websocket-mnist-parallel](https://github.com/OpenMined/PySyft/tree/master/examples/tutorials/advanced/websockets_mnist_parallel) and I'm running i…
-
**Is your enhancement request related to a problem? Please describe.**
Currently it is not possible to delete models from the CLI/API since the Django API does not expose the method, see screenshot. …