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/08/30 23:30:22 UTC

[GitHub] zheng-da commented on issue #12400: [WIP] support dynamic shape in the imperative mode.

zheng-da commented on issue #12400: [WIP] support dynamic shape in the imperative mode.
URL: https://github.com/apache/incubator-mxnet/pull/12400#issuecomment-417500572
 
 
   @junrushao1994 it means the imperative executor can't call infershape to infer the shape of outputs of the operator and can't pre-allocate memory before invoking the operator. The output arrays have to be allocated inside the operator.

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