The Wayback Machine - https://web.archive.org/web/20220420014312/https://github.com/topics/federated-learning
Skip to content
#

federated-learning

Here are 439 public repositories matching this topic...

wizard1203
wizard1203 commented Nov 7, 2020

It seems that the number of joining clients (not the num of computing clients) is fixed in fedml_api/data_preprocessing/**/data_loader and cannot be changed except CIFAR10 datasets.

Here I mean that it seems the total clients is decided by the datasets, rather the input from run_fedavg_distributed_pytorch.sh.

https://github.com/FedML-AI/FedML/blob/3d9fda8d149c95f25ec4898e31df76f035a33b5d/fed

good first issue
flower
danieljanes
danieljanes commented Feb 22, 2022

Describe what the documentation is missing.

Some docs use _ as the separator and some use -, for example:

  • https://flower.dev/docs/example_walkthrough_pytorch_mnist.html
  • https://flower.dev/docs/example-mxnet-walk-through.html

This is inconsistent.

Suggest your improvement.

We want to unify all docs to use - ("minus") as the only separator. This involves the following T

documentation good first issue help wanted

Improve this page

Add a description, image, and links to the federated-learning topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the federated-learning topic, visit your repo's landing page and select "manage topics."

Learn more