rAlexandre

Results 4 comments of rAlexandre

The FedMLRunner argument "dataset" contains data like "train_data_num" which needs the whole dataset to be calculated. An appropriate example that shows which data of the dataset is needed would be...

It looks like the aggregator just assumes that every client's data is every client. When I did what you suggested (only setting the specific client_index's value in each dictionary), the...

Sorry, probably I did not explain my problem well enough. My goal is to run in a real-world setting where, as you said, each FL client/worker will only hold a...

Is there any other way to do this without the socket_mutator? I also have a use case for forcing the use of an interface to route traffic through. I was...