필터 지우기
필터 지우기

Plot of Training progress in training a network

조회 수: 1 (최근 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 CenterFile Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by