Standalone app with exportONNXNetwork does not work
2 次查看(过去 30 天)
显示 更早的评论
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 :)
0 个评论
回答(1 个)
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
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Image Data Workflows 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!