我想以成对的方式比较神经网络中的预测值 yp ,所以我正在使用(回到我原来的numpy实现中): idx = np.repeat(np.arange(len(yp)), len(yp)) jdx ...
確定! 回上一頁