摘要: 首先 import tensorflow as tf tf.argmax(tenso,n)函数会返回tensor中参数指定的维度中的最大值的索引或者向量。当tensor为矩阵返回向量,tensor为向量返回索引号。其中n表示具体参数的维度。 以实际例子为说明: import tensorflow a 阅读全文
posted @ 2017-11-13 10:49 落痕的寒假 阅读(94) 评论(0) 推荐(0)