matlab tutorial shows error
Afficher commentaires plus anciens
options = trainingOptions('sgdm',...
'MiniBatchSize',10,...
'MaxEpochs',4,...
'InitialLearnRate',1e-4,...
'Verbose',false,...
'Plots','training-progress',...
'ValidationData',validationImages,...
'ValidationFrequency',5);
Showing error in options 'plots' 'validationData'
1 commentaire
Walter Roberson
le 16 Jan 2018
That appears to be extracted from https://www.mathworks.com/help/nnet/examples/transfer-learning-using-alexnet.html
When I run the code in R2017b I do not see any error message.
validationImages is a variable that is defined near the top of that example.
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!