weight_values in local_tensors in the aggregator function #141
dskhanirfan
started this conversation in
General
Replies: 1 comment
-
Weights are calculated based on the dataset size of each collaborator. |
Beta Was this translation helpful? Give feedback.
0 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.
-
In the aggregator function (e.g weighted_average_aggregation), what does local_tensors contain other than tensor_values and weight_values? and what is the difference in tensor_values and weight_values in local_tensors? How are the weight_values computed? Are the weight_values dependent on the dataset size of the collaborator?
Beta Was this translation helpful? Give feedback.
All reactions