Standalone app with exportONNXNetwork does not work

조회 수: 2 (최근 30일)
patmen346
patmen346 2023년 3월 9일
댓글: patmen346 2023년 3월 15일
Hi,
I simply want to save my trained model to an ONNX file with my standalone app, but it gives the following error:
Unable to resolve the name 'matlabshared.supportpkg.internal.getSupportPackageRootNoCreate'.
Error in matlabshared.supportpkg.getSupportPackageRoot
Error in nnet.internal.cnn.onnx.util.addSpkgBinPath (line 8)
Error in nnet.internal.cnn.onnx.OperatorSetIdProto (line 13)
Error in nnet.internal.cnn.onnx.ConverterForNetwork/toOnnx (line 33)
Error in nnet.internal.cnn.onnx.exportONNXNetwork (line 17)
Error in exportONNXNetwork (line 41)
Error in convert2ONNX (line 6)
I already tried to add the direcory in mcc manually with:
-a C:\ProgramData\MATLAB\SupportPackages\R2019b\toolbox\nnet\supportpackages\onnx -a C:\ProgramData\MATLAB\SupportPackages\R2019b\resources\nnet_cnn_onnx
Hopefully, anybody can help me :)

답변 (1개)

HimeshNayak
HimeshNayak 2023년 3월 15일
Hi
As per my understanding, you are getting an error while saving the trained model to an ONNX file with your standalone app.
As of now saving a trained model to an ONNX file is not supported for a standalone application.
Regards
HimeshNayak
  댓글 수: 1
patmen346
patmen346 2023년 3월 15일
Hi,
actually this issue also consists if I use importONNXNetwork. It seems to be worked once by this post: https://de.mathworks.com/matlabcentral/answers/500806-how-can-i-use-importonnxnetwork-function-on-a-production-machine-which-only-has-mcr-installed

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

카테고리

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

Community Treasure Hunt

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

Start Hunting!

Translated by