matlab tutorial shows error

조회 수: 1 (최근 30일)
GMurtaza
GMurtaza 2018년 1월 16일
댓글: Walter Roberson 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에서 Two y-axis에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by