Chaoyang He

Results 162 comments of Chaoyang He

@lyydd the 1st shows "memory error". For the 2nd one, we've fixed it. Please check our master source code or install 0.7.300

@Alan-JW Here is a blog introducing our customization APIs: https://medium.com/@FedML/fedml-releases-simple-and-flexible-apis-boosting-innovation-in-algorithm-and-system-optimization-b21c2f4b88c8 You can also find an example at: https://github.com/FedML-AI/FedML/tree/master/python/examples/cross_silo/mpi_customized_fedavg_mnist_lr_example And many examples using customization APIs at: https://github.com/FedML-AI/FedML/tree/master/python/app If customized trainer and...

@jlewi this is a great question. You can find our engine architecture here: https://github.com/FedML-AI/FedML/tree/master/android. For Android, we've developed our engine on MNN and PyTorch Mobile. The MobileNN is an adaptor...

> So is the idea to use Python code to construct a computation graph using either PyTorch or TensorFlow and then export it to a PyTorch/TensorFlow which can be executed...

@ludabai FedML doesn't require root permission. I guess it's due to your system configuration for MPI. Are you using Windows?

@Avalonooooo @stayt1 Please try 0.7.328 and let me whether this issue still exists.

@Avalonooooo @stayt1 Please try the latest version 0.7.332

@stayt1 @Avalonooooo is this issue resolved?

@stayt1 Hi for FedNLP project, we only support distributed computing with MPI and real cross-silo training. We will retire SP and NCCL soon. You can save the checking point at...