run importONNXLayers on the PC without Deep Learning Toolbox Converter for ONNX Model Format
13 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
bo
le 10 Avr 2023
Commenté : Martin Hahner
le 23 Sep 2024
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 commentaires
Réponse acceptée
Sivylla Paraskevopoulou
le 10 Avr 2023
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 commentaires
Sivylla Paraskevopoulou
le 14 Avr 2023
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
le 23 Sep 2024
If somebody else lands here via Google, this is how I solved it:
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Introduction to Installation and Licensing dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!