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 2, 2024
1 parent d55dc12 commit ab2fcc6
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 @@ -216,7 +216,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 ab2fcc6

Please sign in to comment.