Skip to content

Commit

Permalink
added keras suffix
Browse files Browse the repository at this point in the history
  • Loading branch information
Advitya17 committed Mar 13, 2024
1 parent 0a3173a commit b36845f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -767,7 +767,7 @@ def save(self, path):
:param path: The directory path to save the RAIInsights to.
:type path: str
"""
super(RAIVisionInsights, self).save(path)
super(RAIVisionInsights, self).save(path.with_suffix(".keras"))
# Save extracted features data
self._save_ext_data(path)
self._save_transformations(path)
Expand Down

0 comments on commit b36845f

Please sign in to comment.