Skip to content

Commit

Permalink
fix: incorrect schema for coordinated syncfl example (#436)
Browse files Browse the repository at this point in the history
The schema for the coordinated syncfl example misses a key element
in groupAssociation. A group association info for a channel between
each role and the coodinator is added to fix the issue.
  • Loading branch information
myungjin authored Jun 13, 2023
1 parent 36900fa commit 4249855
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions examples/syncfl_hier_coord_mnist/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"description": "It aggregates the updates from middle-aggregator",
"groupAssociation": [
{
"top-agg-coord-channel": "default",
"global-channel": "default"
}
]
Expand All @@ -28,6 +29,7 @@
"description": "It aggregates the updates from trainers",
"groupAssociation": [
{
"middle-agg-coord-channel": "default",
"param-channel": "default",
"global-channel": "default"
}
Expand All @@ -39,6 +41,7 @@
"isDataConsumer": true,
"groupAssociation": [
{
"trainer-coord-channel": "default",
"param-channel": "default"
}
]
Expand Down

0 comments on commit 4249855

Please sign in to comment.