Skip to content

Commit

Permalink
first commit (PaddlePaddle#36778)
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesLim-sy authored and piotrekobi committed Nov 3, 2021
1 parent 393eaa5 commit 8df0f99
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/paddle/fluid/optimizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -2068,6 +2068,7 @@ def _append_optimize_op(self, block, param_and_grad):
"lars_coeff": self._lars_coeff,
"lars_weight_decay": [_lars_weight_decay],
"multi_precision": find_master,
"epsilon": self._epsilon,
"rescale_grad": self._rescale_grad
}

Expand Down

0 comments on commit 8df0f99

Please sign in to comment.