Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 690 Bytes

File metadata and controls

5 lines (4 loc) · 690 Bytes

Federated-Learning

This repository contains the code for Federated Learning algorithms such as FedAvg, FedAvgM, FedAdagrad, FedAdam, FedYogi, SCAFFOLD, MimeLite which are all implemented using PyTorch.

Execution

You can run this code by executing python main.py command in your terminal. You can modify the config.json file to match the set of hyperarameters that you wish to use for execution.