Clear Filters
Clear Filters

Does anyone know why Warning: Error occurred while executing the listener callback for event TrainingUpdated defined for class nnet.guis.​NNTrainToo​lModel: Invalid or deleted object. pops up when learning about neural networks?

61 views (last 30 days)
I had no problem running the program a while ago, but in the past few days it has been running. Does anyone know why Warning: Error occurred while executing the listener callback for event TrainingUpdated defined for class nnet.guis.NNTrainToolModel: Invalid or deleted object. pops up when learning about neural network, it won’t work.

Answers (1)

Aditya
Aditya on 19 Feb 2024
The warning message you're encountering suggests that there is an issue with the MATLAB Neural Network Toolbox GUI or the object that represents the neural network model. This error typically occurs when the object associated with the neural network training process becomes invalid or is deleted during the training process.
  1. Check for updates
  2. Try clearing the workspace
  3. Close any opened figures

Categories

Find more on Deep Learning Toolbox in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!