How do i deploy a neural network.
조회 수: 2 (최근 30일)
이전 댓글 표시
I have trained a network using the deep network designer tool. Now how do i using the information on my model?
댓글 수: 0
답변 (2개)
drummer
2020년 11월 16일
if you had configured your training options, you deploy like this:
net = trainNetwork(imds, layers, options)
If your're doing everything within the designer, did you go to the training tab, chose your training options and clicked on the Train button?
Reeno Joseph
2020년 11월 19일
Hi Nitesh,
Please refer the example raspi_webcam_resnet to know more about the deployment workflow.
In the above example the pre-trained network "resnet50" is used. If you have a custom n/w as a mat file, load it using "coder.loadDeepLearningNetwork('custom_network.mat');"
Hope this helps.
-Reeno
댓글 수: 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!