Skip to content

Commit

Permalink
fix fl_val init
Browse files Browse the repository at this point in the history
  • Loading branch information
gautamjajoo committed Sep 16, 2024
1 parent be7d4f9 commit 69bacbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/algos/fl_val.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@


class FedValClient(BaseFedAvgClient):
def __init__(self, config) -> None:
def __init__(self, config: Dict[str, Any], comm_utils: CommunicationManager) -> None:
super().__init__(config)

def evaluate_model(self, model, dloader, loss_fn, device):
Expand Down

0 comments on commit 69bacbd

Please sign in to comment.