which function sends information to the aggregation function? #346
dskhanirfan
started this conversation in
General
Replies: 2 comments 2 replies
-
which function dispatches parameters run on individual collaborators to the aggregator function? @tanertopal @argretzi @kshannon |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi @dskhanirfan! Thank you for your interest in OpenFL! We perform aggregation at the end of the round. After all collaborators reported their last task results to aggregator, we start aggregation.
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
what is the name of the function that is run on the participating collaborators which sends information to the aggregation function? Can you outline the function calls in a sequential manner i-e one function call after the other that leads to final aggregation in an FL round?
Beta Was this translation helpful? Give feedback.
All reactions