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