How do i deploy a neural network.
Ältere Kommentare anzeigen
I have trained a network using the deep network designer tool. Now how do i using the information on my model?
Antworten (2)
drummer
am 16 Nov. 2020
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?
1 Kommentar
Nitesh Ramdin
am 20 Nov. 2020
Bearbeitet: Nitesh Ramdin
am 20 Nov. 2020
Reeno Joseph
am 19 Nov. 2020
0 Stimmen
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
Kategorien
Mehr zu Deep Learning Toolbox finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!