You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 17, 2023. It is now read-only.
from mxnet.contrib import onnx as onnx_mxnet
model = onnx_mxnet.export_model('resnet100-symbol.json', 'resnet100-0000.params', [(1,3,112,112)], onnx_file_path='resnet100.onnx')
and then visualise the model using netron
More details can be found here onnx/models#91
Steps to reproduce
Please use the above snippet to reproduce.
What have you tried to solve it?
Seems like a bug in the conversion from MXNet to ONNX for particular layer.