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/03/26 22:18:59 UTC

[GitHub] [incubator-mxnet] reminisce opened a new pull request #14537: [numpy] Fix numpy import in python2

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:
users@infra.apache.org


With regards,
Apache Git Services