Skip to content

Commit

Permalink
Fix spelling error in Initializer warning
Browse files Browse the repository at this point in the history
  • Loading branch information
edknv committed Feb 15, 2023
1 parent 01903aa commit 5688b5a
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 5688b5a

Please sign in to comment.