1.tf.nn.l2_loss
tf.nn.l2_loss( t,name=None)
L2 Loss. Computes half the L2 norm of a tensor without the sqrt
:
output = sum(t ** 2) / 2
Args:
t
: ATensor
. Must be one of the following types:half
,bfloat16
,float32
,float64
. Typically 2-D, but may have any dimensions.name
: A name for the operation (optional).
Returns: A Tensor
. Has the same type as t
.
2.
最后
以上就是玩命小蜜蜂最近收集整理的关于tensorflow loss function 小结的全部内容,更多相关tensorflow内容请搜索靠谱客的其他文章。
本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
发表评论 取消回复