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!