AttributeError: module 'mxnet' has no attribute 'test_utils'
Author: lokeycookieCreated Oct 27, 2023Updated Oct 27, 2023
LabelsBugneeds triage
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?
Source: apache/mxnet