reminisce edited a comment 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 distinguish mx.numpy.xxx between 
symbolic and imperative namespaces? 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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to