config dict | results listlengths 12 24 |
|---|---|
{
"methods": "dense,fisher,magnitude,random",
"seeds": "3,4,5,6,7,8",
"rounds": 60,
"n_clients": 20,
"clients_per_round": 5,
"local_epochs": 1,
"lr": 0.05,
"batch_size": 128,
"alpha": 0.5,
"density": 0.1,
"width": 64,
"delta_T": 5,
"T_end": 45,
"adjust_alpha": 0.5,
"eval_every": 5,
"work... | [
{
"method": "dense",
"seed": 3,
"density": 1,
"final_acc": 0.2938,
"history": [
{
"round": 0,
"acc": 0.1,
"density": 1
},
{
"round": 5,
"acc": 0.1464,
"density": 1
},
{
"round": 10,
"acc": 0.1767,
... |
{
"methods": "dense,fisher,magnitude,random",
"seeds": "0,1,2",
"rounds": 60,
"n_clients": 20,
"clients_per_round": 5,
"local_epochs": 1,
"lr": 0.05,
"batch_size": 128,
"alpha": 0.5,
"density": 0.1,
"width": 64,
"delta_T": 5,
"T_end": 45,
"adjust_alpha": 0.5,
"eval_every": 5,
"workers": ... | [
{
"method": "dense",
"seed": 0,
"density": 1,
"final_acc": 0.3379,
"history": [
{
"round": 0,
"acc": 0.0988,
"density": 1
},
{
"round": 5,
"acc": 0.1519,
"density": 1
},
{
"round": 10,
"acc": 0.1442,
... |
No dataset card yet
- Downloads last month
- -