Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 72dde91

Browse files
committed
aumentar nodos hoja
1 parent 8eb3d0c commit 72dde91

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

p2pfl/examples/tiny_diffusion/tiny_diffusion_hfl.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
description: "HFL with Tiny Diffusion on 2D distributions: 1 root, 4 edges, 1 worker each (9 nodes). Each cluster learns a different shape (moons, circles, spiral, cross)."
1+
description: "HFL with Tiny Diffusion on 2D distributions: 1 root, 4 edges, 2 workers each (13 nodes). Each cluster handles one shape (moons, circles, spiral, cross) and edges actually aggregate multiple workers."
22

33
# Network setup
44
network:
@@ -8,10 +8,10 @@ network:
88
hierarchy:
99
edge_trains: false
1010
clusters:
11-
- workers: 1 # Cluster 0 (moons)
12-
- workers: 1 # Cluster 1 (circles)
13-
- workers: 1 # Cluster 2 (spiral)
14-
- workers: 1 # Cluster 3 (cross)
11+
- workers: 2 # Cluster 0 (moons)
12+
- workers: 2 # Cluster 1 (circles)
13+
- workers: 2 # Cluster 2 (spiral)
14+
- workers: 2 # Cluster 3 (cross)
1515

1616
# Experiment settings
1717
experiment:

0 commit comments

Comments
 (0)