which function sends information to the aggregation function? #142
Replies: 3 comments
-
Tagging @psfoley |
Beta Was this translation helpful? Give feedback.
-
In order to trace function calls in FeTS_Challenge.py file, I used the following trace module
Output
Which function performs segmentation on participating collaborators and sends parameters to the aggregator function? |
Beta Was this translation helpful? Give feedback.
-
Hi @dskhanirfan, your high level understanding in the other thread was correct. Here is the function call sequence on the collaborator:
At the aggregator, when the last task by the last collaborator is performed, the _is_round_done() function will return true, at which point the model tensors and training/validation metrics will be aggregated, any custom aggregation functions defined as part of challenge will be called ( |
Beta Was this translation helpful? Give feedback.
-
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