You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
extensive 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😁),
various models (some are adapted from transformers library),
with some basic FL algorithms (FedAvg, FedSGD, and FedProx),
and popular non-IID simulation scenario.
If you have interest, please visit my repository.
Thank you and also welcome any feedbacks or PRs. 😀
The text was updated successfully, but these errors were encountered:
Hi all!
I have updated my old FL simulation repo. (I made it for personal research purpose, FYI):
(https://github.com/vaseline555/Federated-Learning-PyTorch)
It 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
),If you have interest, please visit my repository.
Thank you and also welcome any feedbacks or PRs. 😀
The text was updated successfully, but these errors were encountered: