Error when exporting trained deep neural network to onnx format

조회 수: 1 (최근 30일)
Sehairi K.
Sehairi K. 2021년 9월 13일
답변: Sehairi K. 2021년 10월 6일
Hello
Iam encoutring this error when trying to export a deep neural network to onnx
could you please help me resolve this issue
net = squeezenet
filename = 'squeezenet.onnx';
exportONNXNetwork(net,filename)
the error
Error using onnxmex
Opening file 'squeezenet.onnx' failed.
Error in nnet.internal.cnn.onnx.ModelProto/writeToFile (line 58)
onnxmex(int32(FuncName.EserializeToFile), ModelPtr, filename);
Error in nnet.internal.cnn.onnx.exportONNXNetwork (line 38)
writeToFile(modelProto, Filename);
Error in exportONNXNetwork (line 38)
nnet.internal.cnn.onnx.exportONNXNetwork(Network, filename, varargin{:});
Thanks in advance

채택된 답변

Sehairi K.
Sehairi K. 2021년 10월 6일
Hello
just if someone has the same error. The solution is so simple you have to copy the mat file to working directory and make sure that this working directory is the active one in Matlab command.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Image Data Workflows에 대해 자세히 알아보기

제품


릴리스

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by