Effacer les filtres
Effacer les filtres

Training a Deep Neural Network with MATLAB App Designer

1 vue (au cours des 30 derniers jours)
arya nair
arya nair le 28 Oct 2021
Is it possible to train a Deep Neural Network into an app created from the Matlab App Designer?
I tried the following code.
net = trainNetwork(app.XTrain,app.YTrain,layers,options);
But it shows ''error during training'' while initiating training.
  2 commentaires
David Willingham
David Willingham le 28 Oct 2021
Hi Arya,
Can you provide the full error message?
arya nair
arya nair le 28 Oct 2021
Training on single GPU.
|======================================================================================================================|
| Epoch | Iteration | Time Elapsed | Mini-batch | Validation | Mini-batch | Validation | Base Learning |
| | | (hh:mm:ss) | Accuracy | Accuracy | Loss | Loss | Rate |
|======================================================================================================================|
Error using trainNetwork (line 184)
Out of range subscript.
Error in SAA/TrainNetworkButtonPushed (line 524)
net = trainNetwork(app.XTrain,app.YTrain,app.layers,app.options);
Caused by:
Error using sub2ind (line 43)
Out of range subscript.
Error while evaluating Button PrivateButtonPushedFcn.

Connectez-vous pour commenter.

Réponses (1)

Anshika Chaurasia
Anshika Chaurasia le 2 Nov 2021
Hi,
The error message (Out of range subscript) is received when the user is trying to access an array index exceeding the size of the array.
It would be great if you can share the script for reproduction of the issue at our end. Which MATLAB version you have used?

Catégories

En savoir plus sur Deep Learning Toolbox dans Help Center et File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by