首页 > 其他 > 详细

Pytorch中的数学函数

时间:2018-08-25 00:03:12      阅读:381      评论:0      收藏:0      [点我收藏+]

log_softmax

log(softmax(X))

function:torch.nn.functional.log_softmax(x, dim=None)

nn:torch.nn.LogSoftmax(dim=None)

技术分享图片

如:

技术分享图片

nll_loss

The negative log likelihood loss

function:torch.nn.functional.nll_loss(input, target, weight=None, size_average=True, ignore_index=-100, reduce=None, reduction=‘elementwise_mean‘)

nn:torch.nn.NLLLoss(weight=None, size_average=True, ignore_index=-100, reduce=None, reduction=‘elementwise_mean‘)

技术分享图片

如:

技术分享图片

 

Pytorch中的数学函数

原文:https://www.cnblogs.com/sbj123456789/p/9532462.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!