ONNX export yields Error !
4 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
hamed bastami
il 2 Dic 2019
Commentato: Adrià López Escoriza
il 30 Apr 2021
Dear MathWorks Deep Learning Toolbox Team:
Hi, I tried to use exportONNXNetwork, I ran this part of code, but i saw this error, could you help me pls?!
Usage example:
%% Export to ONNX model format
net = squeezenet;
filename = 'squeezenet.onnx';
exportONNXNetwork(net,filename);
-------------------------------------
this error appear:
Error using nnet.internal.cnn.onnx.onnxmex
Invalid MEX-file
'C:\ProgramData\MATLAB\SupportPackages\R2019b\toolbox\nnet\supportpackages\onnx\+nnet\+internal\+cnn\+onnx\onnxmex.mexw64':
A dynamic link library (DLL) initialization routine failed.
Error in nnet.internal.cnn.onnx.ModelProto/writeToFile (line 50)
ModelPtr = onnxmex(int32(FuncName.EnewModelProto));
Error in nnet.internal.cnn.onnx.exportONNXNetwork (line 37)
writeToFile(modelProto, Filename);
Error in exportONNXNetwork (line 40)
nnet.internal.cnn.onnx.exportONNXNetwork(Network, filename, varargin{:});
Error in Untitled (line 5)
exportONNXNetwork(net,filename)
3 Commenti
Risposta accettata
Jon Cherrie
il 4 Apr 2021
It looks like you are hitting this bug:
- Error when using functions for importing or converting ONNX or Caffe models on Windows
- https://www.mathworks.com/support/bugreports/2465087
There is a workaround listed in that bug report.
0 Commenti
Più risposte (1)
Neelanjana Pal
il 12 Feb 2020
I also got the same issue but restarting the system solved my problem
4 Commenti
Vedere anche
Categorie
Scopri di più su Image Data Workflows in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!