ZhennanQin commented on issue #14727: shape input names order mismatch after 
partitioning
URL: 
https://github.com/apache/incubator-mxnet/issues/14727#issuecomment-539774862
 
 
   I believe this issue is fixed in master, below is my result:
   ```
   [09:17:25] src/executor/graph_executor.cc:1936: Subgraph backend default is 
activated.
   [09:17:25] src/executor/graph_executor.cc:1735: SubgraphPropertyOpNameSet 
for subgraph property default has been assigned a value. Please make sure it is 
initialized only for the testing purpose.
   [
   [[[ 0.]
     [ 0.]
     [ 0.]
     ...
     [-1.]
     [-1.]
     [-1.]]]
   <NDArray 1x80000x1 @cpu(0)>, 
   [[[ 0.05506234]
     [ 0.05506234]
     [ 0.05506234]
     ...
     [-1.        ]
     [-1.        ]
     [-1.        ]]]
   <NDArray 1x80000x1 @cpu(0)>, 
   [[[ -9.554436 224.       236.60925  224.      ]
     [ -9.554436 224.       236.60925  224.      ]
     [ -9.554436 224.       236.60925  224.      ]
     ...
     [ -1.        -1.        -1.        -1.      ]
     [ -1.        -1.        -1.        -1.      ]
     [ -1.        -1.        -1.        -1.      ]]]
   <NDArray 1x80000x4 @cpu(0)>]
   ```
   Result is the same with quoting out `os.environ['MXNET_SUBGRAPH_BACKEND'] = 
'default'`
   

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to