Skip to content

Commit

Permalink
code change to save model
Browse files Browse the repository at this point in the history
Signed-off-by: yes <[email protected]>
  • Loading branch information
tanwarsh committed Nov 29, 2024
1 parent a5c8670 commit b50760e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openfl/federated/task/runner_keras.py
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ def save_native(self, filepath):
Args:
filepath (str): The file path to save the model.
"""
self.model.save(filepath)
self.model.export(filepath)

def load_native(self, filepath):
"""Load model.
Expand Down

0 comments on commit b50760e

Please sign in to comment.