szha commented on issue #15997: URL: https://github.com/apache/incubator-mxnet/issues/15997#issuecomment-770107152
Seems to be a solved issue for master branch / 2.0: ``` ▶ ipython Python 3.7.9 (default, Nov 20 2020, 23:58:42) Type 'copyright', 'credits' or 'license' for more information IPython 7.9.0 -- An enhanced Interactive Python. Type '?' for help. In [1]: import torch In [2]: import mxnet In [3]: torch.__version__ Out[3]: '1.7.1' In [4]: mxnet.__version__ Out[4]: '2.0.0' ``` ---------------------------------------------------------------- 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: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
