Plot of Training progress in training a network

2 ビュー (過去 30 日間)
NEHA SINGH
NEHA SINGH 2017 年 12 月 16 日
コメント済み: Siyuan Zhou 2020 年 5 月 31 日
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?

採用された回答

Greg Heath
Greg Heath 2017 年 12 月 20 日
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 件のコメント
Greg Heath
Greg Heath 2017 年 12 月 22 日
>> [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 2020 年 5 月 31 日
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

サインインしてコメントする。

その他の回答 (2 件)

Tao Yang
Tao Yang 2019 年 11 月 1 日
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 件のコメント
ang Gao
ang Gao 2019 年 11 月 15 日
Have you solved your problem? I had the same problem.
Bhargavi Maganuru
Bhargavi Maganuru 2020 年 4 月 6 日
Can you share the warnings that showed up in the command window?

サインインしてコメントする。


Çağatay Murat Yılmaz
Çağatay Murat Yılmaz 2019 年 11 月 14 日
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.

カテゴリ

Help Center および File ExchangeDeep Learning Toolbox についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by