ZhennanQin commented on issue #14727: shape input names order mismatch after partitioning URL: https://github.com/apache/incubator-mxnet/issues/14727#issuecomment-484324766 ``` During graph partitioning, some nodes are added to subgraphs, thus potentially changing the order of the DFS traversal. ``` Previously, I thought graph partitioning from `default` backend won't change input order. Can you explain more about the input order change? like, which op in op_names cause this, or which kind of op connection cause this? CC @reminisce as he may know something behind.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
