You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2018/06/07 18:09:29 UTC

[GitHub] spidyDev commented on issue #11189: Adding support for dict in infer_shape

spidyDev commented on issue #11189: Adding support for dict in  infer_shape
URL: https://github.com/apache/incubator-mxnet/pull/11189#issuecomment-395513852
 
 
   @piiswrong  But that is variable name, which is a string . 
   mx.sym.Variable('data-gpu0')
   User should be able to use special characters. 
   Moreover, we have encountered models (ONNX models) that have input name as "data/gpu0", which when imported to MXNet and tried to infer_shape  throws same error. 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services