维度堆叠不匹配
Opened this issue · 0 comments
Openmyeyesxz commented
在 WaveData = np.vstack((WaveData, d.reshape(1, -1))) 处报告错误,两个维度不匹配,无法堆叠。不知道大佬有没有解决方法?QAQ
Error reported at WaveData = np.vstack((WaveData, d.reshape(1, -1))), two dimensions do not match.