Exporting deep learning model to use in keras/tensorflow
显示 更早的评论
Is there a way that i can export deep learning model where i can use with tensorflow/keras?
采纳的回答
更多回答(1 个)
Dinesh Chintaginjala
2020-6-19
0 个投票
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.
类别
在 帮助中心 和 File Exchange 中查找有关 Deep Learning Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!