Effacer les filtres
Effacer les filtres

Error when exporting trained deep neural network to onnx format

3 vues (au cours des 30 derniers jours)
Sehairi K.
Sehairi K. le 13 Sep 2021
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

Réponse acceptée

Sehairi K.
Sehairi K. le 6 Oct 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.

Plus de réponses (0)

Catégories

En savoir plus sur Image Data Workflows dans Help Center et File Exchange

Produits


Version

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by