You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.
Hi there,
I pip install mxnet-cu110==2.0.0a0 in my conda environment and when i try to run this code:
mx.test_utils.download(link, dirname=self.model_dir)
I got this error:
File "recognition/get_models.py", line 42, in __download
mx.test_utils.download(link, dirname=self.model_dir)
AttributeError: module 'mxnet' has no attribute 'test_utils'
How do I solve it?
The text was updated successfully, but these errors were encountered:
Welcome to Apache MXNet (incubating)! We are on a mission to democratize AI, and we are glad that you are contributing to it by opening this issue.
Please make sure to include all the relevant context, and one of the @apache/mxnet-committers will be here shortly.
If you are interested in contributing to our project, let us know! Also, be sure to check out our guide on contributing to MXNet and our development guides wiki.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi there,
I pip install mxnet-cu110==2.0.0a0 in my conda environment and when i try to run this code:
mx.test_utils.download(link, dirname=self.model_dir)
I got this error:
File "recognition/get_models.py", line 42, in __download
mx.test_utils.download(link, dirname=self.model_dir)
AttributeError: module 'mxnet' has no attribute 'test_utils'
How do I solve it?
The text was updated successfully, but these errors were encountered: