提交 93a0d38b authored 作者: vipulraheja's avatar vipulraheja 提交者: Arnaud Bergeron

Remove alpha from function definition

上级 b64d69db
......@@ -2448,7 +2448,7 @@ def elu(x, alpha=1):
return tensor.switch(x > 0, x, alpha * tensor.expm1(x))
def selu(x, alpha=1):
def selu(x):
"""Compute the element-wise Scaled Exponential Linear unit.
Parameters
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论