Exporting deep learning model to use in keras/tensorflow
조회 수: 16 (최근 30일)
이전 댓글 표시
Phuntsho Wangdi
2019년 11월 8일
답변: Sivylla Paraskevopoulou
2022년 9월 16일
Is there a way that i can export deep learning model where i can use with tensorflow/keras?
댓글 수: 0
채택된 답변
Sivylla Paraskevopoulou
2022년 9월 16일
MATLAB introduced in R2022b the exportNetworkToTensorFlow function. Use this function to export networks and layer graphs directly to TensorFlow.
댓글 수: 0
추가 답변 (1개)
Dinesh Chintaginjala
2020년 6월 19일
Exporting a deep learning model directly from MATLAB into keras/tensorflow may not be possible. You will have to use ONNX as an intermediate platform. Try using exportONNXNetwork to export model from MATLAB into ONNX. You can have a look at the examples provided in the above link to get a deeper understanding.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Image Data Workflows에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!