# Code for ICLR2023 submission SmartFL

---
CIFAR10 experiments
---
We give a simple sample run of our experiment. Complete code to reproduce other experiments will be released upon acceptance.
```
bash Label_0.01.sh
```
\
User can modify the settings in `Label_0.01.sh` to run different experiments.

|Param|Definition|
|:----------:|:-----------:|
|Alpha|The Non-iid factor, smaller value indicates more severe bias|
|aggregation_mode|the server aggregation strategy, ours is "optimize"|
|val_size|the server aggregation strategy|
|distill_iter|the iterations for on-server optimization|
|distill_lr|the learning rate for on-server optimization|
