フィルターのクリア

How to stop progress print during training of NN

3 ビュー (過去 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 Center および File ExchangeImage Data Workflows についてさらに検索

製品


リリース

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by