Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion federatedscope/core/aggregators/median_aggregator.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class MedianAggregator(ClientsAvgAggregator):
[Yin et al., 2018]
(http://proceedings.mlr.press/v80/yin18a/yin18a.pdf)

It computes the coordinate-wise median of recieved updates from clients
It computes the coordinate-wise median of received updates from clients

The code is adapted from https://github.com/bladesteam/blades
"""
Expand Down