Borrar filtros
Borrar filtros

How to stop progress print during training of NN

3 visualizaciones (últimos 30 días)
Giovani Chianese
Giovani Chianese el 23 de Mayo de 2022
Editada: Kapil Gupta el 1 de Jun. de 2022
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

Respuestas (1)

Kapil Gupta
Kapil Gupta el 1 de Jun. de 2022
Editada: Kapil Gupta el 1 de Jun. de 2022
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:

Categorías

Más información sobre Image Data Workflows en Help Center y File Exchange.

Productos


Versión

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by