PyTorch implementation for federated learning simulation and evaluation. The simultor aims to evaluate federated learning proposals.
To install all the prerequisites, you can use the following command:
pip install requirements.txt
You also can install prerequisites via Anaconda
conda env create -f fl_simulator_env.yaml
The command for the global training:
python federated_train.py --config=configs/default_env.yaml