openfl.interface.aggregation_functions.fedcurv_weighted_average.FedCurvWeightedAverage#
- class openfl.interface.aggregation_functions.fedcurv_weighted_average.FedCurvWeightedAverage(*args, **kwargs)[source]#
Bases:
WeightedAverageAggregation function of FedCurv algorithm.
Applies weighted average aggregation to all tensors except Fisher matrices variables (u_t, v_t). These variables are summed without weights.
FedCurv paper: https://arxiv.org/pdf/1910.07796.pdf
- __init__()[source]#
Initialize common AggregationFunction params.
Default: Read only access to TensorDB
Methods