cirquit / flower-quickstart

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flower Quickstart

Based on the flower pytorch quickstart example.

Additions:

  • wandb integration
  • experiment counting
  • SplitLRFedAvg strategy that splits the clients in two groups, one with a constant lr and one with an adaptive one

Example

> pip install -r requirements.txt
> mkdir .exp-count
> ./run-server <num-rounds>
> ./run-clients <num-clients>

Wandb setup

> wandb init
> (paste your API key)

About


Languages

Language:Python 94.0%Language:Shell 6.0%