Not sure how to pass this testcase…
This is a duplicate thread: I answered on the other one.
I had the same issue, which is solved by
indices = np.argmax(pred, axis=1)
![]()
This is a duplicate thread: I answered on the other one.
I had the same issue, which is solved by
indices = np.argmax(pred, axis=1)
![]()