-
Notifications
You must be signed in to change notification settings - Fork 424
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
IndexError: index 99 is out of bounds for dimension 1 with size 1 #218
Comments
已解决。 |
你好遇到了同样的问题,请问是如何解决的呢? |
谢谢!我好像遇到了和您当初一样的问题,请问您cpu溢出的问题是怎么解决的呀 |
我暂时也没找到解决方法....你有什么好的办法不? |
还在研究当中,有方案了告诉你 |
朋友,你有微信吗 |
你有邮箱吗
发自我的iPhone
…------------------ Original ------------------
From: pridexin ***@***.***>
Date: Mon,Jun 28,2021 0:34 PM
To: JiaRenChang/PSMNet ***@***.***>
Cc: Jack47746 ***@***.***>, State change ***@***.***>
Subject: Re: [JiaRenChang/PSMNet] IndexError: index 99 is out of bounds for dimension 1 with size 1 (#218)
|
你把你的微信发我邮箱吧,b站我没看到..
发自我的iPhone
…------------------ Original ------------------
From: pridexin ***@***.***>
Date: Mon,Jun 28,2021 3:52 PM
To: JiaRenChang/PSMNet ***@***.***>
Cc: Jack47746 ***@***.***>, State change ***@***.***>
Subject: Re: [JiaRenChang/PSMNet] IndexError: index 99 is out of bounds for dimension 1 with size 1 (#218)
我关注了你的b站账号,你看下私信
------------------ 原始邮件 ------------------
发件人: "JiaRenChang/PSMNet" ***@***.***>;
发送时间: 2021年6月28日(星期一) 中午12:43
***@***.***>;
***@***.******@***.***>;
主题: Re: [JiaRenChang/PSMNet] IndexError: index 99 is out of bounds for dimension 1 with size 1 (#218)
你有邮箱吗
发自我的iPhone
------------------ Original ------------------
From: pridexin ***@***.***>
Date: Mon,Jun 28,2021 0:34 PM
To: JiaRenChang/PSMNet ***@***.***>
Cc: Jack47746 ***@***.***>, State change ***@***.***>
Subject: Re: [JiaRenChang/PSMNet] IndexError: index 99 is out of bounds for dimension 1 with size 1 (#218)
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or unsubscribe.
—
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
@Jack47746 @pridexin |
请问cpu溢出问题解决了吗? |
Hello, I have an question about the code here. In my opinion, Index[0][:] is a list which contains 4 elements, so I don't understand why this 'disp_true[index[0][:], index[1][:], index[2][:]]' can run. |
Thank you so much!!! I read all your comments in #218 #217 and #216, and solved my problem by setting batch_size to 1, and correcting the calculating expression of "pred_disp". I used NVIDIA 2080TI. |
作者您好,冒昧的打扰您,感谢您对代码的分享。我最近在复现您给的代码的时候遇到了这样一个错误,不知道如何解决,希望您能指点一二。本人小白一枚,我认为错误的行在index = np.argwhere(true_disp>0),但是不知道如何更改,谢谢您!(我是这样训练的:用Scene Flow模型运行main进行训练,然后加载训练结果,用KT2015运行finetune进行微调)
The text was updated successfully, but these errors were encountered: