Skip to content

Commit

Permalink
requirements-cpu works
Browse files Browse the repository at this point in the history
  • Loading branch information
kathrynle20 committed Dec 1, 2024
1 parent 706e427 commit 3ff5a40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/algos/fl.py
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ def receive_and_aggregate(self):
avg_wts = self.aggregate(reprs)
self.set_representation(avg_wts)

def single_round(self, round: int, attack_start_round: int = 0, attack_end_round: int = 1, dump_file_name=""):
def single_round(self, round: int, attack_start_round: int = 0, attack_end_round: int = 1):
"""
Runs the whole training procedure.
Expand Down

0 comments on commit 3ff5a40

Please sign in to comment.