FedML icon indicating copy to clipboard operation
FedML copied to clipboard

Customized total number of users in a stand-alone environment

Open lvan-123 opened this issue 4 years ago • 1 comments

The default is 1000 users, how can I divide all data among 100 or 50 users? It seems that only some users can be selected from the 1,000 users as the total number of customers, not all the data is used

lvan-123 avatar Jan 02 '22 02:01 lvan-123

@yangyong-y you can customize the data loader. Examples are here: https://github.com/FedML-AI/FedML/tree/master/fedml_api/data_preprocessing/cifar10

chaoyanghe avatar Mar 07 '22 23:03 chaoyanghe