wenzhu23333/Federated-Learning

number of client

Closed this issue · 1 comments

Hello, I would like to ask if the number of training users can be added to this

For MNIST, Cifar-10, Fashion-MNIST, you can change in the utils/options.py.
For FEMNIST, Shakespeare, changing the number of training users is useless, because these datasets are sampled from project leaf, you can sample by yourself. Or you can rewrite code in utils/dataset.py by yourself to fulfill this requirement.