matlab tutorial shows error

1 visualizzazione (ultimi 30 giorni)
GMurtaza
GMurtaza il 16 Gen 2018
Commentato: Walter Roberson il 16 Gen 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 Commento
Walter Roberson
Walter Roberson il 16 Gen 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.

Accedi per commentare.

Risposte (0)

Categorie

Scopri di più su Two y-axis in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by