[GitHub] [incubator-mxnet] ptrendx commented on issue #16836: Fix InferAttr/InferShapeAttr not calling inference for all nodes in a graph

2019-11-19 Thread GitBox
ptrendx commented on issue #16836: Fix InferAttr/InferShapeAttr not calling inference for all nodes in a graph URL: https://github.com/apache/incubator-mxnet/pull/16836#issuecomment-555746778 Not sure I understand @junrushao1994 - I believe the problem here is that you are forcing the

[GitHub] [incubator-mxnet] ptrendx commented on issue #16836: Fix InferAttr/InferShapeAttr not calling inference for all nodes in a graph

2019-11-18 Thread GitBox
ptrendx commented on issue #16836: Fix InferAttr/InferShapeAttr not calling inference for all nodes in a graph URL: https://github.com/apache/incubator-mxnet/pull/16836#issuecomment-555216443 @reminisce Actually, the required change to `Transpose` seems simple, I will do it in this PR.

[GitHub] [incubator-mxnet] ptrendx commented on issue #16836: Fix InferAttr/InferShapeAttr not calling inference for all nodes in a graph

2019-11-18 Thread GitBox
ptrendx commented on issue #16836: Fix InferAttr/InferShapeAttr not calling inference for all nodes in a graph URL: https://github.com/apache/incubator-mxnet/pull/16836#issuecomment-555213981 @samskalicky @apeforest FYI, see last 2 comments.

[GitHub] [incubator-mxnet] ptrendx commented on issue #16836: Fix InferAttr/InferShapeAttr not calling inference for all nodes in a graph

2019-11-18 Thread GitBox
ptrendx commented on issue #16836: Fix InferAttr/InferShapeAttr not calling inference for all nodes in a graph URL: https://github.com/apache/incubator-mxnet/pull/16836#issuecomment-555213868 @reminisce The failure in `test_numpy_op.test_np_transpose` in this PR is a legitimate bug, where

[GitHub] [incubator-mxnet] ptrendx commented on issue #16836: Fix InferAttr/InferShapeAttr not calling inference for all nodes in a graph

2019-11-18 Thread GitBox
ptrendx commented on issue #16836: Fix InferAttr/InferShapeAttr not calling inference for all nodes in a graph URL: https://github.com/apache/incubator-mxnet/pull/16836#issuecomment-555202627 @junrushao1994 The failure in `test_contrib_control_flow.test_while_loop_simple_forward` test in