Skip to content

Commit

Permalink
default argument at end
Browse files Browse the repository at this point in the history
  • Loading branch information
brandon-edwards committed Oct 21, 2024
1 parent 5d1c727 commit e774fe9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/fl_post/fl/project/src/runner_pt_chkpt.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ def __init__(self,
self.replace_checkpoint(self.checkpoint_path_initial)


def load_checkpoint(self, map_location=None, checkpoint_path):
def load_checkpoint(self, checkpoint_path, map_location=None):
"""
Function used to load checkpoint from disk.
"""
Expand Down

0 comments on commit e774fe9

Please sign in to comment.