matlab tutorial shows error

1 vue (au cours des 30 derniers jours)
GMurtaza
GMurtaza le 16 Jan 2018
Commenté : Walter Roberson le 16 Jan 2018
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
Walter Roberson le 16 Jan 2018
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.

Connectez-vous pour commenter.

Réponses (0)

Catégories

En savoir plus sur Two y-axis dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by