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

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

Closed
ieee8023 opened this issue Aug 24, 2018 · 5 comments
Closed

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

ieee8023 opened this issue Aug 24, 2018 · 5 comments

Comments

@ieee8023
Copy link

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'
@ankkhedia
Copy link
Contributor

@mxnet-label-bot [Documentation, Question]

@ankkhedia
Copy link
Contributor

ankkhedia commented Aug 24, 2018

@sandeep-krishnamurthy Could you please add Doc and ONNX tag to the issue

@ankkhedia
Copy link
Contributor

@ieee8023 Thanks for trying it out.
For how-to and usability questions, please use MXNet discuss forum - https://discuss.mxnet.io/ to involve wider community.
We want to use Github issues mainly for bugs and feature request. Feel free to reopen if closed in error.
@Roshrini Could you please help with it?
@sandeep-krishnamurthy Can you please close this issue?

@aaronmarkham
Copy link
Contributor

My just merged PR fixes the docs: #12317
@ieee8023 - You may want to keep an eye on #12318 as well.
The website should refresh in a bit.

@sandeep-krishnamurthy
Copy link
Contributor

Thanks @aaronmarkham
@ieee8023 - Closing it here as the PR with fix is merged. Please reopen if closed in error.

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

No branches or pull requests

5 participants