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 17:59:21 UTC

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

piiswrong commented on issue #11189: Adding support for dict in  infer_shape
URL: https://github.com/apache/incubator-mxnet/pull/11189#issuecomment-395510890
 
 
   `out.infer_shape(data-gpu0=(10,64), prev=(10,128))`
   This is simply a syntax error. You can't use `-` in variable names. You need to use `_`

----------------------------------------------------------------
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