필터 지우기
필터 지우기

convert matlab neural network to onnx

조회 수: 14 (최근 30일)
정민 이
정민 이 2022년 9월 26일
댓글: WEI TSE KOUNG 2024년 6월 26일 13:57
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
WEI TSE KOUNG
WEI TSE KOUNG 2024년 6월 26일 13:57
hi, did you successful use neural network fitting convert to onnx ?

댓글을 달려면 로그인하십시오.

채택된 답변

David Willingham
David Willingham 2022년 9월 26일
Hi, is it possible to share the model you're looking to export?
  댓글 수: 8
정민 이
정민 이 2022년 10월 28일
Can I use exportNetworkToTensorFlow in shallow neural networks?
Walter Roberson
Walter Roberson 2022년 10월 28일
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.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by