Borrar filtros
Borrar filtros

How can I open neural network training dialog in R2022a

10 visualizaciones (últimos 30 días)
Rafael Shigemura
Rafael Shigemura el 11 de Jul. de 2022
Respondida: Kshittiz Bhardwaj el 12 de Jul. de 2022
I have some legacy code which uses nntraintool programatically in order to allow users to view and plot NN training stats. But after release R2022a the code is broken.
What command should I use to open the new neural network training tool?
  1 comentario
Pranesh
Pranesh el 12 de Jul. de 2022
nntraintool has been removed. To train a network and open the training window, use train instead.

Iniciar sesión para comentar.

Respuestas (1)

Kshittiz Bhardwaj
Kshittiz Bhardwaj el 12 de Jul. de 2022
Hello Rafael
I understand that you want to use nntraintool to allow users to view and plot NN training stats but you are facing some issues in R2022a.
nntraintool - If you follow the official documentation of nntraintool, you will know that it has been removed and the documentation itself tells you to use train instead.
You can follow this to learn more about it: train

Categorías

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

Etiquetas

Productos


Versión

R2022a

Community Treasure Hunt

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

Start Hunting!

Translated by