Error when exporting trained deep neural network to onnx format

3 visualizaciones (últimos 30 días)
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

Respuesta aceptada

Sehairi K.
Sehairi K. el 6 de Oct. de 2021
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.

Más respuestas (0)

Categorías

Más información sobre Image Data Workflows en Help Center y File Exchange.

Productos


Versión

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by