How to deploy custom deep learning model in Raspberry Pi 4?
조회 수: 27 (최근 30일)
이전 댓글 표시
I have trained my deep learning model, saved and tested in MATLAB. Now I want to deploy that model in Raspberry Pi 4. The tutorials given have deployed pretrained models (like resnet50) and there are no tutorials for custom deep learning model.
댓글 수: 0
답변 (3개)
Ram Kokku
2022년 1월 4일
Hi Paras,
We have many examples for deploying neural networks to various hardware. please take a look the examples below
https://www.mathworks.com/help/deeplearning/deep-learning-code-generation.html
댓글 수: 0
Sergio Matiz Romero
2022년 1월 4일
There is also this code generation example for an LSTM network. Your custom pretrained network can be loaded in a similar way:
댓글 수: 0
Yazan
2022년 9월 28일
I have the same problem; did you find a solution.
Can share your solution please?
Thank you!
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!