評價此頁

torch.nn.functional.softsign#

torch.nn.functional.softsign(input) Tensor[原始碼]#

逐元素應用函式 SoftSign(x)=x1+x\text{SoftSign}(x) = \frac{x}{1 + |x|}

有關更多詳細資訊,請參閱 Softsign