Skip to content

This repository implements the FedAvg algorithm on Pytorch.

Notifications You must be signed in to change notification settings

Huang030/FL_framework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FL_framework

This repository implements the FedAvg algorithm on Pytorch.

Prerequisites

  • Python 3.6+
  • PyTorch 1.0+

Training

# Start training with:
python main.py

# You can manually modify the param.yaml file and then start training with:
python main.py --param param.yaml

Notes

Currently, the code only implements versions of ResNet18+Cifar10. In the future, training processes for other models and datasets may be added.

About

This repository implements the FedAvg algorithm on Pytorch.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages