reminisce opened a new pull request #14537: [numpy] Fix numpy import in python2
URL: https://github.com/apache/incubator-mxnet/pull/14537
 
 
   Since we added `numpy` modules under `mxnet.ndarray` and `mxnet.symbol`, we 
need to add `from __future__ import absolute_import` to force `import numpy as 
np` to import the NumPy package, instead of the `numpy` modules in MXNet 
Python2.
   
   Please merge this AFTER https://github.com/apache/incubator-mxnet/pull/14521 
is merged.
   
   @szha 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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