未验证 提交 856e6d33 编写于 作者: L leesusu 提交者: GitHub

Correct parameter l2 passed to ftrl op (#25223)

上级 cf6eb0e1
......@@ -2893,7 +2893,7 @@ class FtrlOptimizer(Optimizer):
"LinearAccumOut": linear_acc
},
attrs={"l1": self._l1,
"l2": self._l1,
"l2": self._l2,
"lr_power": self._lr_power},
stop_gradient=True)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册