Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 508 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 508 Bytes

Swarm

Simulator for opportunistic federated learning

Paper: Lee et al. PerCom '21

This simulator is no longer maintained. Please refer to a more scalable version of this simulator.

Dependencies

This repo is tested with python3. Packages such as tensorflow, numpy and matplotlib is required to run this package. To bulk install the dependencies,

pip3 install -r requirements.txt