Skip to content

ongzh/ScaffoldFL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 

Repository files navigation

Federated Learning (Scaffold and Fedprox) using PyTorch

Basic Implementation of:
Fedprox: Federated Optimization in Heterogeneous Networks
Scaffold: SCAFFOLD: Stochastic Controlled Averaging for Federated Learning

Models: VGG, CNN
DataSet: Cifar10


Note

Non-IID implementation and dataset used differ from the Scaffold Paper.
Sections of code inspired from FedAvg implementation by https://github.com/AshwinRJ/Federated-Learning-PyTorch

About

Implementation of Scaffold and Fedprox for Federated Learning using PyTorch

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages