Chaoyang He

Results 162 comments of Chaoyang He

@AArchLichKing Hi we've released a new version of FedML framework. Could you help to reproduce this issue again? I am not sure whether it still exist.

Do you mean this? https://github.com/FedML-AI/FedML/tree/master/python/fedml/model Probably our engineers have removed the pretrained model to accelerate the speed of github clone. Which files do you need? For the new repo, please...

@AArchLichKing I see. I guess we removed them because they are too big for the source. I think you can find such pretrained models easily at pytorch ecosystem.

@iuserea I just run our code using 4 and 8 compute nodes, it works well. The issue you mentioned happens when you have only 1 compute node but do not...

Hi @iuserea We have supported GPU mapping, please have a look at this: https://github.com/FedML-AI/FedML/blob/966a36db96d8987b27ef2203034b1cd92b5cd40c/fedml_experiments/distributed/fedavg/main_fedavg.py#L308

@royukira Thanks for your feedback. we've iterated our latest version according to your feedback. Please check whether the latest version still has such issues.

@emrekapusuzz do you mean customizing the data loader or a new dataset?

@emrekapusuzz yes. you can customize whatever data loader as you like by following the FedMLRunner API. Please check our examples at: https://github.com/FedML-AI/FedML/tree/master/python/examples and many applications' implementations at: https://github.com/FedML-AI/FedML/tree/master/python/app

@rG223 @jackdoll @897123856413 please check our new examples at: https://github.com/FedML-AI/FedML/tree/master/python/examples We've upgraded our library a lot in recent version. Here is a brief introduction: https://medium.com/@FedML/fedml-ai-platform-releases-the-worlds-federated-learning-open-platform-on-public-cloud-with-an-8024e68a70b6