convert matlab neural network to onnx
22 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
정민 이
le 26 Sep 2022
Commenté : Walter Roberson
le 28 Oct 2022
I made a network with neural network fitting in matlab, I want to convert this to onnx.
However, an error pops up and the conversion is not possible. What's wrong?
nnet.internal.cnn.onnx.exportONNXNetwork>iValidateNetwork
nnet.internal.cnn.onnx.exportONNXNetwork>iValidateInputs
nnet.internal.cnn.onnx.exportONNXNetwork
exportONNXNetwork
0 commentaires
Réponse acceptée
David Willingham
le 26 Sep 2022
Hi, is it possible to share the model you're looking to export?
8 commentaires
Walter Roberson
le 28 Oct 2022
net: Deep Learning Toolbox network, specified as a SeriesNetwork object, DAGNetwork object, or dlnetwork object.
None of the shallow networks produce any of those objects, so NO, you cannot use that function.
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Function Approximation and Nonlinear Regression 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!