Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
sandyhouse committed Mar 23, 2022
1 parent 51ca6b2 commit c02328f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/paddle/distributed/fleet/base/fleet_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@

class _RecomputeModelWrapper(paddle.nn.Layer):
def __init__(self, model, segments=1, preserve_rng_state=True):
super(RecomputeModelWrapper, self).__init__()
super(_RecomputeModelWrapper, self).__init__()
assert isinstance(model, paddle.nn.Sequential), (
"The model passed to RecomputeModelWrapper must be of type "
"paddle.nn.Sequential.")
Expand Down

0 comments on commit c02328f

Please sign in to comment.