-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I can't run this code successfully. #1
Comments
数据维度不匹配吧,从最开始把要处理的数据改成191的 |
不是这个问题,我再研究一下吧QAQ |
请问是在哪里改成191,我也遇到了数据维度不匹配的问题 |
我也出现了这个问题,该如何解决呢? |
我那时候研究好久也找到什么问题hh,主要是没看懂作者怎么写的,所以我自己重新写了一个 |
好的谢谢 |
时隔几个月,最近又研究了一下,我终于发现问题了。 |
————————————您好,来信已收到,谢谢。
|
感谢您的回应!我试着重新更改一下自己的代码 |
————————————您好,来信已收到,谢谢。
|
我的数据是一个225个样本,176个波段的数据。但是运行的时候会在WaveData = np.vstack((WaveData, d.reshape(1, -1)))这一句代码上报错。编译器提示the array at index 0 has size 176 and the array at index 1 has size 191。这是因为在上面我的第二个维度加上了r值筛选出来的波段。这是为什么呢,请作者解答,谢谢!
My data is a sample of 225, 176 bands of data. However, when run, an error will be reported on WaveData = np.vstack(WaveData, d.Rishape (1, -1))). the compiler prompts the array at index 0 has size 176 and the array at index 1 has size 191. This is because in the second dimension above I have added R-filtered bands. This is why, please answer the author, thank you!
The text was updated successfully, but these errors were encountered: