Skip to content
This repository was archived by the owner on Nov 17, 2023. It is now read-only.

AttributeError: module 'mxnet' has no attribute 'test_utils' #21225

@lokeycookie

Description

@lokeycookie

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?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions