CNN training stopped after 8 iterations

6 visualizaciones (últimos 30 días)
new_user
new_user el 19 de Dic. de 2021
Respondida: Srivardhan Gadila el 27 de Dic. de 2021
a cnn model in layers structure is showing no error during network analysis but it's stopping at during the training. Showing Training loss is Nan, and stoping after 7-8 iterations only. Can anyone suggest what could be wrong??
  2 comentarios
Sahil Jain
Sahil Jain el 22 de Dic. de 2021
Please attach your code and if possible, the data to make it easier for us to help you.
KSSV
KSSV el 22 de Dic. de 2021
Try changing the learning rate.

Iniciar sesión para comentar.

Respuesta aceptada

Srivardhan Gadila
Srivardhan Gadila el 27 de Dic. de 2021
If the predictors or the responses contains NaNs, then they are propagated through the network during training. In these cases, the training usually fails to converge. Also, starting from the release R2021b, the trainNetwork automatically stops training when loss is NaN.
You can refer to the following documentation for more information: trainNetwork automatically stops training when loss is NaN, Improve Training Accuracy.

Más respuestas (0)

Community Treasure Hunt

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

Start Hunting!

Translated by