Dimitris Stripelis
Dimitris Stripelis
@Zyangzzz thank you for your question. For a full list of supported federated learning algorithms and methods and other advanced and customizable FL features, such as compression and quantization, please...
Hello @kamelferrahi, have you tried using FedOpt: https://github.com/FedML-AI/FedML/blob/master/python/examples/federate/cross_silo/mpi_fedavg_mnist_lr_example/config/fedml_config.yaml#L15 in a configuration file like the one below: https://github.com/FedML-AI/FedML/blob/master/python/examples/federate/cross_silo/mqtt_s3_fedavg_mnist_lr_example/step_by_step/config/fedml_config.yaml and it did not work?
@shubham22124 Thank you for asking this question. However, in that line, we just get the general client state (e.g., model) from the first client. The evaluation still happens across all...
@shubham22124 So basically, lines [193-198](https://github.com/FedML-AI/FedML/blob/master/python/fedml/simulation/sp/fedavg/fedavg_api.py#L193-L198) is where the global model is being evaluated against the local dataset of each client, so every client's model is the same, hence the `client...
Hello, the recommended way to start your client or server scripts is by calling the respective bash script. Please have a look at this [README.md](https://github.com/FedML-AI/FedML/blob/master/python/examples/cross_silo/mqtt_s3_fedavg_mnist_lr_example/step_by_step/README.md). The error you are seeing...
@fedml-zijianhu @fedml-alex What is the status of this?
@MaoPopovich Were you able to resolve your issue with @Adeelbek's suggestion?
Hello @springfall2018, this has been already addressed here: https://github.com/FedML-AI/FedML/issues/1540#issuecomment-1794157852
@yaokunxu Can you please try the latest [dev](https://github.com/FedML-AI/FedML/tree/dev/v0.7.0) and let us know if you still encounter the issue?
@syzhang725 The image is not shown. Can you please re-upload?