Plot of Training progress in training a network
1 次查看(过去 30 天)
显示 更早的评论
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?
0 个评论
采纳的回答
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
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
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
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 个评论
Ç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.
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Sequence and Numeric Feature Data Workflows 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!