Skip to content

Commit

Permalink
Add Identity module name in __init__ (#39615)
Browse files Browse the repository at this point in the history
* add_module_in_init_

* Update __init__.py

* Update __init__.py
  • Loading branch information
shiyutang authored Mar 29, 2022
1 parent bea725b commit 869287f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/paddle/nn/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -306,4 +306,5 @@ def weight_norm(*args):
'MaxUnPool2D',
'MaxUnPool3D',
'HingeEmbeddingLoss',
'Identity',
]

0 comments on commit 869287f

Please sign in to comment.