tensorflow 一些常用类和方法
tf.reduce_mean(input_tensor, axis=None, keep_dims=False, name=None, reduction_indices=None)
Computes the mean of elements across dimensions of a tensor.
对张量的某个维度上的元素进行平均计算
Reduces input_tenso
翻译
2017-02-15 20:08:02 ·
115 阅读 ·
0 评论