Skip to content

Commit

Permalink
Merge pull request #17568 from edknv:fix_spelling_initalizer
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 509945580
  • Loading branch information
tensorflower-gardener committed Feb 15, 2023
2 parents 4bc1ead + 5688b5a commit fa5c889
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keras/initializers/initializers.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ def _warn_reuse(self):
"and being called multiple times, which will return "
"identical values each time (even if the initializer is "
"unseeded). Please update your code to provide a seed to "
"the initializer, or avoid using the same initalizer "
"the initializer, or avoid using the same initializer "
"instance more than once."
)
else:
Expand Down

0 comments on commit fa5c889

Please sign in to comment.