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 2019/02/28 05:09:12 UTC

[GitHub] reminisce commented on issue #14268: Add numpy module under root module mxnet

reminisce commented on issue #14268: Add numpy module under root module mxnet
URL: https://github.com/apache/incubator-mxnet/issues/14268#issuecomment-468139721
 
 
   > In gluon, it is available that Block(nd) and Block(sym) are both supported.
   
   Can you elaborate? I don't understand this part.
   
   > It may be better to support mx.numpy.xxx(nd) and mx.numpy.xxx(sym), but using mx.nunpy in the forward of gluon block seems to be not more elegant than F.numpy.
   
   If implemented in this way, how would you differentiate mx.numpy.xxx between symbolic and imperative? The current design considers the minimum change required in Gluon for now and future. With the current design `F.numpy.op`, it would be very easy to just delete `F.` to eliminate `ndarray` and `symbol` namespaces in the future.

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