KarhouTam / FL-bench

Benchmark of federated learning. Dedicated to the community. 🤗

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

std

elegy112138 opened this issue · comments

Could you please explain how the standard deviation is calculated in your pfedsim paper? The standard deviation I obtained from running your codebase is quite different from yours

We evaluated each method in 5 different random seeds and calculated the means and standard deviations of the final accuracy results by mean() and std() in NumPy.

This issue is closed due to long time no response.