Making sense of tf.argmax for tensors with more than one axis #129
MithilRocks
started this conversation in
General
Replies: 1 comment
-
Hey @MithilRocks , I don't know which documentation you're referring to, but the Tensorflow Here's the code I tried out in the Notebook. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
During the lecture for finding positional minimum and maximum of a tensor, I came across this in the documentation of Tensorflow:
I am unable to wrap my head around why the output is [0,0,0,1,0]. Any explanation?
Beta Was this translation helpful? Give feedback.
All reactions