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 Jan 11, 2022. It is now read-only.
I use the same code to run mxnet resnet to onnx,but will get this error,I dont know why
mxnet.base.MXNetError: [10:12:42] src/ndarray/ndarray.cc:1805: Check failed: fi->Read(data) Invalid NDArray file format
code.py
path='http://data.mxnet.io/models/imagenet/'
[mx.test_utils.download(path+'resnet/18-layers/resnet-18-0000.params'),
mx.test_utils.download(path+'resnet/18-layers/resnet-18-symbol.json'),
mx.test_utils.download(path+'synset.txt')]
converted_model_path = onnx_mxnet.export_model(sym,
params,
[input_shape],
np.float32,
onnx_file,
verbose=True #print node information data ,Output node is: softmax
) #this error
The text was updated successfully, but these errors were encountered: