摘要: tf.argmax()函数原型: def argmax(input, axis=None, name=None, dimension=None, output_type=dtypes.int64) 作用是返回每列/行的最大值的索引。 input是一个张量, axis是0或1,0返回各列最大值索引,1 阅读全文
posted @ 2020-02-23 20:29 panday 阅读(1077) 评论(0) 推荐(0) 编辑
摘要: tf.InteractiveSession()使用 阅读全文
posted @ 2020-02-23 16:19 panday 阅读(553) 评论(0) 推荐(0) 编辑