Getting wrong output from the np.argmax function

后端 未结 0 575
故里飘歌
故里飘歌 2021-02-01 07:02

I am calling the argmax function by print as:

print(piTot)
print(piTot[piTot.argmax()],",",piTot.argmax())

And getting the following ou

相关标签:
回答
  • 消灭零回复
提交回复
热议问题