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!