-
Notifications
You must be signed in to change notification settings - Fork 14
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
About train batch_size #18
Comments
你好,请问你解决了这个问题了吗 |
两个星期了,还是没解决 |
你好,请问你解决了吗 |
还没有,它这个代码小问题挺多的
canguanxuexi ***@***.***>于2023年9月16日 周六09:00写道:
… 你好,请问你解决了这个问题了吗
你好,请问你解决了吗
—
Reply to this email directly, view it on GitHub
<#18 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AGTA6LX24WIBA3JAEDYYZCLX2VMDRANCNFSM6AAAAAA4IHBRLQ>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
我用batch_size==1完整的训练过一次,用的RTX8000显卡跑15代大约要13天左右,太慢了 |
你好,如果你解决的话能麻烦你教教我吗,我改了好久了还是不行 |
When i take train batch_size to 4 ,it report that File "H:\jintan\RC-MVSNET + SE\models\render_utils.py", line 100, in get_rays_mvs
dirs = torch.stack([(xs-intrinsic[0,2])/intrinsic[0,0], (ys-intrinsic[1,2])/intrinsic[1,1], torch.ones_like(xs)], -1) # use 1 instead of -1,how can i fix it? Thank you
The text was updated successfully, but these errors were encountered: