Skip to content

Commit

Permalink
add the Identity initializer to be get by its name (#19468)
Browse files Browse the repository at this point in the history
  • Loading branch information
haifeng-jin authored Apr 10, 2024
1 parent 8961e3f commit e62b2d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions keras/initializers/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
ALL_OBJECTS = {
Initializer,
Constant,
Identity,
Ones,
Zeros,
GlorotNormal,
Expand Down

0 comments on commit e62b2d6

Please sign in to comment.