Exporting deep learning model to use in keras/tensorflow
20 ビュー (過去 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!