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' ``` [ Full content available at: https://github.com/apache/incubator-mxnet/issues/12341 ] This message was relayed via gitbox.apache.org for [email protected]
