torch.nn.Softplus(beta=1, threshold=20)
paddle.nn.Softplus(beta=1, threshold=20, name=None)
两者功能一致,参数完全一致,具体如下: