tensorflow loss function 小结
1.tf.nn.l2_losstf.nn.l2_loss( t,name=None)L2 Loss. Computes half the L2 norm of a tensor without the sqrt:output = sum(t ** 2) / 2Args:t: A Tensor. Must be one of the following types: half,...