How do I export a neural network from MATLAB?
이전 댓글 표시
I have a neural network which I trained using MATLAB. I want to export the network so I can use it with other frameworks, for example PyTorch. How do I do that?
채택된 답변
추가 답변 (2개)
Maria Duarte Rosa
2018년 6월 25일
편집: Jon Cherrie
2023년 12월 21일
2 개 추천
The exportONNXNetwork function in Deep Learning Toolbox Converter for ONNX Model Format allows one to export a trained deep learning network to the ONNX™ (Open Neural Network Exchange) model format. The ONNX model can then be imported into other deep learning frameworks that support ONNX model import.
To use the network with TensorFlow, use the exportNetworkToTensorFlow function that is part of the Deep Learning Toolbox Converter for TensorFlow Models.
댓글 수: 1
michael scheinfeild
2018년 8월 6일
still i have no success to import it to c++ from onnx there are many issues of compilation
michael scheinfeild
2019년 4월 14일
0 개 추천
after testing onnx i found that the output of convolutions is not the same as in matlab .
카테고리
도움말 센터 및 File Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!