原型参数定义Applied element-wise, as:SELU(x)=scale∗(max(0,x)+min(0,α∗(exp(x)−1)))
ext{SELU}(x)=scale∗(max(0,x)+min(0, alpha∗(exp(x)−1)))
SELU(x)=scale∗(max(0,x)+min(0,α∗(exp(x)−1)))图代码
【参考】
SELU —
PyTorch1.13 documentation
版权声明:
本文来源网络,所有图片文章版权属于原作者,如有侵权,联系删除。
本文网址:https://www.mushiming.com/mjsbk/10391.html