Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AttributeError: module 'mxnet' has no attribute 'mod' #56

Open
antonnes opened this issue Dec 20, 2022 · 1 comment
Open

AttributeError: module 'mxnet' has no attribute 'mod' #56

antonnes opened this issue Dec 20, 2022 · 1 comment

Comments

@antonnes
Copy link

Trying to run the repo on Windows 10.
Installed mxnet-cu102-2.0.0b20201108.

The code execution stops on line 115 in image_infer.py file
model = mx.mod.Module(symbol=sym, context=ctx, label_names=None)

Full error: AttributeError: module 'mxnet' has no attribute 'mod'

@antonnes
Copy link
Author

Actually made it work with version mxnet_cu102-1.7.0-py2.py3-none-win_amd64.whl
Used the following install command
pip install mxnet_cu102==1.7.0 -f https://dist.mxnet.io/python/cu102

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant