Error using nnet.inter​nal.cnn.on​nx.convert​er

I've a pretrained squeeznet model and changed the last layers, and when I try to export my network this error appears Error using nnet.internal.cnn.onnx.onnxmex
Invalid MEX-file
'C:\ProgramData\MATLAB\SupportPackages\R2025b\toolbox\nnet\supportpackages\onnx\+nnet\+internal\+cnn\+onnx\onnxmex.mexw64': No se
encontró el proceso especificado.
Error in
ModelPtr = onnxmex(int32(FuncName.EnewModelProto));
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error in
writeToFile(modelProto, Filename);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error in
nnet.internal.cnn.onnx.exportONNXNetwork(Network, filename, varargin{:});
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
anyone knows how to fix it?

댓글 수: 1

"No se encontró el proceso especificado." translates to English as "The specified process was not found."
It is not clear to me which process is being referred to.
It might possibly be the case that onnxmex.mexw64 is corrupt and that the Support Package for ONNX needs to be reinstalled.

댓글을 달려면 로그인하십시오.

답변 (1개)

Arkadiy Turevskiy
Arkadiy Turevskiy 대략 4시간 전

0 개 추천

Hi,
It looks like you are running into the same issue as in this question: https://www.mathworks.com/matlabcentral/answers/494277-onnx-export-yields-error. Please take a look at the answer in that post.
HTH.
Arkadiy

카테고리

도움말 센터File Exchange에서 Image Data Workflows에 대해 자세히 알아보기

질문:

2026년 6월 2일

답변:

2026년 7월 8일 21:13

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by