Exporting deep learning model to use in keras/tensorflow
Mostrar comentarios más antiguos
Is there a way that i can export deep learning model where i can use with tensorflow/keras?
Respuesta aceptada
Más respuestas (1)
Dinesh Chintaginjala
el 19 de Jun. de 2020
0 votos
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.
Categorías
Más información sobre Deep Learning Toolbox en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!