max=-32768 num=0 for i in range(10): if(h_fc2[i//K][0][0][i%K]>max): max=h_fc2[i//K][0][0][i%K] num=i; print("predict num is %d"%num);