odilurm
odilurm
Hi, I build FedML platform using docker container provided by the authors. To see the performance of simple one server and one client example, I run `run_server.sh` and `run_client.sh` scripts...
I have training Cross-Silo Horizontal distributed training mode with following configuration settings: ``` common_args: training_type: "cross_silo" random_seed: 0 scenario: "horizontal" using_mlops: false config_version: release name: "exp" # yolo project: "runs/train"...
Hello there, Thanks for sharing this fascinating dataset. It must have taken tremendous effort and time to shape this data into current form. I wanted to visualize the training images...
Does the FedML platform support the other weight aggregation techniques except for FedAvg? If so, can I get some help on how to set up a new aggregation method in...
I have been testing other aggregation algorithms implemented in ```python/fedml/ml/aggregator/agg_oeprator.py```. I realize all aggregation methods represent identical implementation. It means no matter which algorithm you select, in the end, the...