bug about trainNetwork for Trainning Convolutional Neural Network for Regression

as in demo of Trainning Convolutional Neural Network for Regression,
"[XTrain,~,YTrain] = digitTrain4DArrayData; [XValidation,~,YValidation] = digitTest4DArrayData; .... "
the final train code is "net = trainNetwork(XTrain,YTrain,layers,options);" we can see that XTrain and YTrain are read-ahead. because the data size in the demo is small. but if we are on large scale data, so how to deal with "XTrain" and "YTrain" .
does trainNetwork support "XTrain" and "YTrain" read online for regression?

댓글 수: 2

sorry for the term. but how to solve the problem? does trainNetwork support "XTrain" and "YTrain" read online for regression?

댓글을 달려면 로그인하십시오.

카테고리

도움말 센터File Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기

제품

릴리스

R2018a

질문:

2018년 7월 14일

답변:

2018년 7월 17일

Community Treasure Hunt

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

Start Hunting!

Translated by