(1) many datasets including all torchvision.datasets, torchtext.datasets, LEAF benchmark
(now you DON'T have to prepare raw data manually! - I've ported ALL shell commands into python😁),
(2) various models (some are adapted from transformers library),
with (3) some basic FL algorithms (FedAvg, FedSGD, and FedProx),
This repo now supports
torchvision.datasets
,torchtext.datasets
,LEAF
benchmark (now you DON'T have to prepare raw data manually! - I've ported ALL shell commands into python😁),transformers
library),FedAvg
,FedSGD
, andFedProx
),