Skip to content

ksatolab-uec/rate-adaptation_for_decentralized-fl_ieee-tccn2021

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Implementation Example of Rate Adaptation Algorithm for Decentralized Federated Learning

  • This code demonstrates the rate-adaptation algorithm proposed in the following paper:
  • You can evaluate the effect of $\lambda_\mathrm{target}$ on the average transmission rate (related to Fig.11 in the above paper)
  • Please adjust simulation parameters based on the desired condition (e.g., this code sets n=4; however, Fig.11 assumes n=6)
  • This code can work with the following command:
$python main.py

Note

This code does not contain the learning part. Please implement it with your favorite ML framework (e.g., PyTorch) if necessary.

License

The MIT License (MIT)

Copyright (c) 2022 Koya SATO.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages