Export trained models in coreML
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Sally Britnell
am 4 Feb. 2018
Kommentiert: Mrunal V Sontakke
am 22 Jun. 2021
Has anyone had any luck in converting Matlab trained models to python scikit-learn which can then be imported into coreML for use in xCode?
I have been struggling with this and tried exporting the mat and then importing into R. Exporting from R and thin into python but with little success. Is there an easier way that anyone is aware of?
3 Kommentare
Santiago Limas Gaeray
am 2 Okt. 2020
Bearbeitet: Santiago Limas Gaeray
am 2 Okt. 2020
Hello, I wanted to ask you, have you been able to do it by now?
Akzeptierte Antwort
Bernhard Suhm
am 12 Feb. 2018
Exporting MATLAB models into a format Python can read, or into the CoreML format is currently not supported. You could exploring writing MATLAB code that saves the model object in the Core ML format.
0 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Call Python from MATLAB finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!