TensorFlow张量中最大元素的索引



如何在TensorFlow中获得沿选定轴的张量的最大元素的索引?

对不起,我已经想好了。它是:

tf.argmax(input, axis, name=None)

https://www.tensorflow.org/api_docs/python/tf/argmax

相关内容

  • 没有找到相关文章