Skip to content
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

rror in operator depth: [22:17:11] /home/hui/third/deep3d-master/operators/./depth_dot-inl.h:103: Check failed: lshape[1] == param_.scale[1]-param_.scale[0]+1 (33 vs. -4294967263) #42

Open
yinglang opened this issue Apr 2, 2018 · 3 comments

Comments

@yinglang
Copy link

yinglang commented Apr 2, 2018

I got this error when add depth-dot code and recomplie mxnet, and change 'type' to 'mode' in softmax

@git-bahadir
Copy link

Me too, have you solved it by any chance?

@ArnaudFickinger
Copy link

Did you solve it? I have the same error.

@yinglang
Copy link
Author

yinglang commented Oct 3, 2018

I change scale from (4294967281,17) to (-15,17) in deep3d-symbol.json to fixed it.
"op": "DepthDot", "param": { "scale": "(4294967281,17)", "upsample": "1" }, "name": "depth",
to
"op": "DepthDot", "param": { "scale": "(-15,17)", "upsample": "1" }, "name": "depth",
i thought this error maybe cause by cast sign 32bit-int to unsigned 32bit-int. -15 and 4294967281 have same binary code in 32bit-int.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants