convert matlab neural network to onnx
12 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
정민 이
il 26 Set 2022
Commentato: WEI TSE KOUNG
il 26 Giu 2024
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
1 Commento
Risposta accettata
David Willingham
il 26 Set 2022
Hi, is it possible to share the model you're looking to export?
8 Commenti
Walter Roberson
il 28 Ott 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.
Più risposte (0)
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!