'Plots' not a recognized parameter in deep learning network training

I'm trying to show the progress of my deep learning network training via plots. When adding 'Plots','training-progress',... to my trainingOptions I get following error: * Error using nnet.cnn.TrainingOptionsSGDM.parseInputArguments (line 176) 'Plots' is not a recognized parameter. For a list of valid name-value pair arguments, see the documentation for this function.* Does anybody have an idea why this happens? Here are all my trainingOptions: options = trainingOptions('sgdm',... 'MiniBatchSize',12,... 'MaxEpochs',3, ... 'ExecutionEnvironment','gpu',... 'Plots','training-progress',... 'Verbose',false);

 채택된 답변

Ramnarayan Krishnamurthy
Ramnarayan Krishnamurthy 2017년 10월 3일

1 개 추천

This may be MATLAB version related. Which version of MATLAB are you trying to execute this on?
The ability to monitor training progress with plots using the 'Plots' Name-Value pair was introduced in MATLAB R2017b.

댓글 수: 1

Thanks for the reply. I'm currently using version R2017a so that clarifies why it's not working in my code. Thank you.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

질문:

RP
2017년 9월 30일

댓글:

RP
2017년 10월 3일

Community Treasure Hunt

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

Start Hunting!

Translated by