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 comentarios

So why the use of the term
BUG
?
Greg
sorry for the term. but how to solve the problem? does trainNetwork support "XTrain" and "YTrain" read online for regression?

Iniciar sesión para comentar.

Categorías

Más información sobre Deep Learning Toolbox en Centro de ayuda y File Exchange.

Productos

Versión

R2018a

Preguntada:

el 14 de Jul. de 2018

Respondida:

el 17 de Jul. de 2018

Community Treasure Hunt

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

Start Hunting!

Translated by