Export trained models in coreML
조회 수: 6 (최근 30일)
이전 댓글 표시
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
Santiago Limas Gaeray
2020년 10월 2일
편집: Santiago Limas Gaeray
2020년 10월 2일
Hello, I wanted to ask you, have you been able to do it by now?
채택된 답변
Bernhard Suhm
2018년 2월 12일
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
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Call Python from MATLAB에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!