Skip to content

Files

Latest commit

ff1e283 · Jun 20, 2023

History

History
14 lines (9 loc) · 827 Bytes

examples.md

File metadata and controls

14 lines (9 loc) · 827 Bytes

FedML Parrot Examples

Simulation with a Single Process (Standalone)

  • sp_fedavg_mnist_lr_example: Simulating FL using a single process in your personal laptop or server. This is helpful when researchers hope to try a quick algorithmic idea in small synthetic datasets (MNIST, shakespeare, etc.) and small models (ResNet-18, Logistic Regression, etc.).

Simulation with Message Passing Interface (MPI)

Simulation with NCCL-based MPI (the fastest training)

  • If your cross-GPU bandwidth is high (e.g., InfiniBand, NVLink, EFA, etc.), we suggest using this NCCL-based MPI FL simulator to accelerate your development.