I meet a problem: After I use the tf.nn.max_pool_with_argmax, I obtain the indices i.e.
argmax: A Tensor of type Targmax. 4-D. The flattened indices of the max values chosen for each output.
How to unravel the flattened indices back to the coordinates list in Tensorflow?
Thank you very much.