Filter löschen
Filter löschen

Plot of Training progress in training a network

1 Ansicht (letzte 30 Tage)
NEHA SINGH
NEHA SINGH am 16 Dez. 2017
Kommentiert: Siyuan Zhou am 31 Mai 2020
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?

Akzeptierte Antwort

Greg Heath
Greg Heath am 20 Dez. 2017
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 Kommentare
Greg Heath
Greg Heath am 22 Dez. 2017
>> [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 am 31 Mai 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

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (2)

Tao Yang
Tao Yang am 1 Nov. 2019
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 Kommentare
ang Gao
ang Gao am 15 Nov. 2019
Have you solved your problem? I had the same problem.
Bhargavi Maganuru
Bhargavi Maganuru am 6 Apr. 2020
Can you share the warnings that showed up in the command window?

Melden Sie sich an, um zu kommentieren.


Çağatay Murat Yılmaz
Çağatay Murat Yılmaz am 14 Nov. 2019
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.

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!

Translated by