How to stop progress print during training of NN
9 次查看(过去 30 天)
显示 更早的评论
Hello,
I would ask how to avoid printing of progresss during neural network as text output in the command window. I am not referring to the plot, but to the progresses printed.
Thank you in advance
0 个评论
回答(1 个)
Kapil Gupta
2022-6-1
编辑:Kapil Gupta
2022-6-1
I understand you are trying to avoid printing the details of your Neural Network training progress in the MATLAB command window.
You can do so by specifying the options for training your Neural Network using the 'trainingOptions' function. You may want to have a look at the Verbose parameter of the function. Thereafter, passing the options as an argument to the 'trainNetwork' function for training you network. You can read more about the functions from the documentation at:
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Introduction to Installation and Licensing 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!