Home > Back-end >  In the process of using argmax order problem
In the process of using argmax order problem

Time:11-14

labels-batch是onehot编码转换后的标签值,形状是(32,200),即每批次取32个,总共有200个类别,labels-batch(0)是labels-batch中第一个元素,1元素位于36位置,但是我用tf.argmax(labels-batch,1)运行时输出的位置列表完全对不上labels-batch中元素1所在的位置,请问各位我的问题出错在哪
  • Related