Chaoyang He
Chaoyang He
@jackdoll is this issue solved in the latest examples? https://github.com/FedML-AI/FedML/tree/master/python/examples
@Luoyang144 Please tell us your data workflow and the error log, we will follow it asap.
@xuannn1998 Please check this example, we do support simulation with sequential distributed training: `python/examples/simulation/mpi_torch_fedavg_seq/README.md` as for asynchronous FL, it's better to run it in real-world system. Do you hope to...
@Yang-cpu502 Please check your memory cost when running.
@Yang-cpu502 is your issue solved?
@JLU-Neal @mlpotter I've optimized the source code and solved your issues. Please pip install fedml==0.7.27
> Cool, thanks. Now I found another mistake from the doc: when using the parameters copied from the step 2 in [[https://doc.fedml.ai/simulation/examples/sp_fedavg_mnist_lr_example.html](https://github.com/FedML-AI/FedML/issues/url)](url), there are some other attribute errors like "'Argument'...
> How can I change the data in simulation, for instance cifar10 instead of mnist? Thanks https://github.com/FedML-AI/FedML-refactor/blob/master/python/fedml/data/data_loader.py
@trannict @JLU-Neal have you solved these issues?
@JLU-Neal OK. The issue is super outdated and we iterated a lot in the past few months. Please switch to our new version later if you still need to use...