I'm getiing this error while running the below code and the error is "Function 'subsindex' is not defined for values of class 'cell'". Could anyone tell me the way to minimize it?
Afficher commentaires plus anciens
options = trainingOptions('sgdm',...
'LearnRateSchedule','piecewise',...
'LearnRateDropFactor',0.2,...
'LearnRateDropPeriod',5,...
'MaxEpochs',4,...
'MiniBatchSize',8,...
'ValidationData',{imgdtsTrain,imgdtsValidation},...
'ValidationFrequency',10,...
'Verbose',false,...
'Plots','training-progress')
2 commentaires
per isakson
le 18 Jan 2019
What are the values of the variables, imgdtsTrain and imgdtsValidation ?
GUDIVADA ROKESH KUMAR
le 18 Jan 2019
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Deep Learning Toolbox dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!