You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
I got this error when add depth-dot code and recomplie mxnet, and change 'type' to 'mode' in softmax
The text was updated successfully, but these errors were encountered: