-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Is there onnx import support in 1.9.0 #20985
Comments
|
The onnx import module has not been maintained for a long time and it will be deprecated in the next mxnet release (1.10). Here is our RFC for the new onnx-mxnet module where we decided to deprecate import #20063 |
Ok. Thanks for this response. Although, I understand my vote to be of basically no consequence - I would vote for MXNet to have an "approved" onnx importer. This is because you can not only verify MxNet's functioning, but also those of other platforms. And you can have relative performance measurements. (everyone runs the same model, who is faster, is anybody incorrect) For instance, MxNet used to have a bug in the CPU version, which affected some work I had with noise removal (I can find the mxnet issue if you'd like). It was really hard to cope with because I assumed MxNet was correct. I only found out MxNet wasn't correct because of the onnx importer. As of now, I'm actually not sure if MxNet has fixed the bug, because I can no longer test. And so, instead I'm using the ONNX runtime, which I could verify. Although I'm not sure of the overhead of the ONNX runtime, which I'm not so happy about. Anyhow, end babble, beep borp. |
This page claims there is:
https://mxnet.apache.org/versions/1.9.0/api/python/docs/tutorials/packages/onnx/super_resolution.html#
But it seems in 1.9.0 there isn't.
Is there some way of importing onnx files?
Thanks
The text was updated successfully, but these errors were encountered: