Training a Deep Neural Network with MATLAB App Designer
古いコメントを表示
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 件のコメント
David Willingham
2021 年 10 月 28 日
Hi Arya,
Can you provide the full error message?
arya nair
2021 年 10 月 28 日
回答 (1 件)
Anshika Chaurasia
2021 年 11 月 2 日
0 投票
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?
カテゴリ
ヘルプ センター および File Exchange で Deep Learning Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!