Utilization of pretrained .mat CNN model
Afficher commentaires plus anciens
I have recently trained a CNN model to recognize some objects, is there anyways I can import this .mat file to python environment and utilize the trained data in there and classify objects in a python environment?
In specific, I trained a model on MATLAB, now I wanted to use it in a python program. Essentially, I want a python program to import this .mat file and use the content in the file and classify images base of the pretrained information in there.
Réponses (1)
Srivardhan Gadila
le 30 Nov 2020
0 votes
2 commentaires
Yingnan Qi
le 10 Jan 2021
Srivardhan Gadila
le 6 Avr 2021
Currently you can export the network to ONNX only. The ONNX model can then be converted to other frameworks based on the available support.
Catégories
En savoir plus sur Deep Learning Toolbox dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!