matlab tutorial shows error

2 次查看(过去 30 天)
GMurtaza
GMurtaza 2018-1-16
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 个评论
Walter Roberson
Walter Roberson 2018-1-16
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.

请先登录,再进行评论。

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Line Plots 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by