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!