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