【发布时间】:2016-06-07 14:32:08
【问题描述】:
我遇到一个问题:使用tf.nn.max_pool_with_argmax 后,我获得了索引,即
argmax: A Tensor of type Targmax. 4-D. The flattened indices of the max values chosen for each output.
如何在 Tensorflow 中将展平的索引解开回坐标列表?
非常感谢。
【问题讨论】:
标签: python tensorflow deep-learning