How to stop progress print during training of NN

조회 수: 5 (최근 30일)
Giovani Chianese
Giovani Chianese 2022년 5월 23일
편집: Kapil Gupta 2022년 6월 1일
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

답변 (1개)

Kapil Gupta
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:

카테고리

Help CenterFile Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기

제품


릴리스

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by