convert matlab neural network to onnx
13 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
정민 이
el 26 de Sept. de 2022
Comentada: WEI TSE KOUNG
el 26 de Jun. de 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 comentario
WEI TSE KOUNG
el 26 de Jun. de 2024
hi, did you successful use neural network fitting convert to onnx ?
Respuesta aceptada
David Willingham
el 26 de Sept. de 2022
Hi, is it possible to share the model you're looking to export?
8 comentarios
Walter Roberson
el 28 de Oct. de 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.
Más respuestas (0)
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!