run importONNXLayers on the PC without Deep Learning Toolbox Converter for ONNX Model Format
조회 수: 11 (최근 30일)
이전 댓글 표시
I installed the Deep Learning Toolbox Converter for ONNX Model Format toolbox on my PC, I can run importONNXLayers on my PC.
Then I build a MATLAB executable .exe to run on another PC (Mathworks Matlab Runtime R2022a is installed) without Deep Learning Toolbox Converter for ONNX Model Format, the exe crash with the following information:
*ERROR: Undefined function 'importONNXLayers' ...
I want to know how to resolve this issue. Matlab experts please help me. Thanks.
댓글 수: 0
채택된 답변
Sivylla Paraskevopoulou
2023년 4월 10일
Hi Bo,
You can deploy only the imported network using MATLAB Compiler. You cannot deploy import functions, such as importTensorFlowNetwork and importONNXNetwork. For more details, see Deploy Imported TensorFlow Model with MATLAB Compiler.
댓글 수: 5
Sivylla Paraskevopoulou
2023년 4월 14일
A standalone executable you create with MATLAB Compiler is independent of MATLAB, so you should be able to run it even if you don't have MATLAB desktop installed.
Martin Hahner
2024년 9월 23일 12:50
If somebody else lands here via Google, this is how I solved it:
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!