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

Documentation does not match what is in the PyPi package #12341

@ieee8023

Description

@ieee8023

On this page https://mxnet.apache.org/api/python/contrib/onnx.html it says mxnet has functions relating to onnx but 3 of them are not there. Is the PyPi package out of date?

>>> mxnet.__version__
'1.2.1'
>>> mxnet.contrib.onnx.get_model_metadata
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
AttributeError: 'module' object has no attribute 'get_model_metadata'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions