How can I open neural network training dialog in R2022a

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 Kommentar

nntraintool has been removed. To train a network and open the training window, use train instead.

Melden Sie sich an, um zu kommentieren.

Antworten (1)

Kshittiz Bhardwaj
Kshittiz Bhardwaj am 12 Jul. 2022

0 Stimmen

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

Kategorien

Mehr zu Deep Learning Toolbox finden Sie in Hilfe-Center und File Exchange

Produkte

Version

R2022a

Gefragt:

am 11 Jul. 2022

Community Treasure Hunt

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

Start Hunting!

Translated by