stu1130 commented on issue #18834:
URL:
https://github.com/apache/incubator-mxnet/issues/18834#issuecomment-668934067
It seems gluoncv 0.7 doesn't work with mxnet 2.0. Is the gluoncv 0.7 the
latest version I can get?
```
Traceback (most recent call last):
File "demo_yolo.py", line 10, in <module>
from gluoncv import model_zoo, data, utils
File
"/home/ubuntu/.local/lib/python3.5/site-packages/gluoncv/__init__.py", line 8,
in <module>
from . import data
File
"/home/ubuntu/.local/lib/python3.5/site-packages/gluoncv/data/__init__.py",
line 4, in <module>
from . import transforms
File
"/home/ubuntu/.local/lib/python3.5/site-packages/gluoncv/data/transforms/__init__.py",
line 5, in <module>
from . import image
File
"/home/ubuntu/.local/lib/python3.5/site-packages/gluoncv/data/transforms/image.py",
line 6, in <module>
from mxnet import nd
ImportError: cannot import name 'nd'
```
----------------------------------------------------------------
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]