如何修复无法将大小为146231960的数组重塑为(4341)的形状

时间:2019-06-15 15:31:08

标签: python pandas numpy tensorflow keras

我正在尝试读取尺寸为33694 x 4341的矩阵。在这里,我设置了input_shape = 4341。

我的代码中的这一行给出了ValueError:

  

无法将大小为146231960的数组重塑为形状(4341)

return pd.read_csv(path, index_col=0).values.reshape((-1,) + input_shape)

0 个答案:

没有答案