Plot of Training progress in training a network

I am using R2017a MATLAB version. I want to plot the training progress of my training data but I am getting error when I use 'plots' as a name-value pair argument in trainingOptions. Is there any other way to plot the training progress?

 Respuesta aceptada

Greg Heath
Greg Heath el 20 de Dic. de 2017

0 votos

You don't have to specify anything.
The training plot is a default.
Hope this helps.
Thank you for formally accepting my answer
Greg

3 comentarios

NEHA SINGH
NEHA SINGH el 22 de Dic. de 2017
Sir I want to see the plot. How can I see that ?
>> [x,t] = simplefit_dataset;
net = train(fitnet,x,t);
% The nntraining tool window will automatically appear with options to select one or more of 5 plots.
Siyuan Zhou
Siyuan Zhou el 31 de Mayo de 2020
sir, what if I want to use the plot in my Visio or Word? How can I copy it like copy of ordinary figure plot ? Many thanks

Iniciar sesión para comentar.

Más respuestas (2)

Tao Yang
Tao Yang el 1 de Nov. de 2019

0 votos

I met the same problem with you and I got 'Plot error.Training continues unaffected.' on the Training Progress window. How did you solve it at last?

2 comentarios

ang Gao
ang Gao el 15 de Nov. de 2019
Have you solved your problem? I had the same problem.
Can you share the warnings that showed up in the command window?

Iniciar sesión para comentar.

Çağatay Murat Yılmaz
Çağatay Murat Yılmaz el 14 de Nov. de 2019

0 votos

I have also met the same problem on Matlab 2018b. At first it worker correct and showed the plots, but then it never plotted. I have searched on Google but I haven't found any solutions.

Categorías

Más información sobre Deep Learning Toolbox en Centro de ayuda y File Exchange.

Etiquetas

Preguntada:

el 16 de Dic. de 2017

Comentada:

el 31 de Mayo de 2020

Community Treasure Hunt

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

Start Hunting!

Translated by