'Plots' not a recognized parameter in deep learning network training
    5 Ansichten (letzte 30 Tage)
  
       Ältere Kommentare anzeigen
    
    RP
 am 30 Sep. 2017
  
    
    
    
    
    Kommentiert: RP
 am 3 Okt. 2017
            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);
0 Kommentare
Akzeptierte Antwort
  Ramnarayan Krishnamurthy
    
 am 3 Okt. 2017
        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.
Weitere Antworten (0)
Siehe auch
Kategorien
				Mehr zu Deep Learning Toolbox finden Sie in Help Center und File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

